Get Game High Scores By Chat
data class GetGameHighScoresByChat( val userId: UserId, val chatId: ChatId, val messageId: MessageIdentifier) : GetGameHighScores, MessageAction
Content copied to clipboard
Constructors
Link copied to clipboard
fun GetGameHighScoresByChat( userId: UserId, chatId: ChatId, messageId: MessageIdentifier)
Content copied to clipboard
Functions
Properties
Link copied to clipboard
open override val resultDeserializer: DeserializationStrategy<List<GameHighScore>>
Content copied to clipboard