Get Game High Scores By Inline Message Id
data class GetGameHighScoresByInlineMessageId(val userId: UserId, val inlineMessageId: InlineMessageIdentifier) : GetGameHighScores, InlineMessageAction
Content copied to clipboard
Constructors
Link copied to clipboard
fun GetGameHighScoresByInlineMessageId(userId: UserId, inlineMessageId: InlineMessageIdentifier)
Content copied to clipboard
Functions
Properties
Link copied to clipboard
open override val resultDeserializer: DeserializationStrategy<List<GameHighScore>>
Content copied to clipboard