GetGameHighScoresByChat

data class GetGameHighScoresByChat(    val userId: UserId,     val chatId: ChatId,     val messageId: MessageIdentifier) : GetGameHighScores, MessageAction

Constructors

Link copied to clipboard
fun GetGameHighScoresByChat(    userId: UserId,     chatId: ChatId,     messageId: MessageIdentifier)

Functions

Link copied to clipboard
open override fun method(): String

Properties

Link copied to clipboard
open override val chatId: ChatId
Link copied to clipboard
open override val messageId: MessageIdentifier
Link copied to clipboard
open override val requestSerializer: SerializationStrategy<*>
Link copied to clipboard
open override val resultDeserializer: DeserializationStrategy<List<GameHighScore>>
Link copied to clipboard
open override val userId: UserId