GetGameHighScoresByChat

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

Functions

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

Properties

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