mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-02-18 12:41:50 +00:00
3.0 KiB
3.0 KiB
//docs/dev.inmo.tgbotapi.requests.games.abstracts/GetGameHighScores
GetGameHighScores
[common] interface GetGameHighScores : SimpleRequest<List<GameHighScore>>
Functions
Name | Summary |
---|---|
method | [common] Content open override fun method(): String |
Properties
Name | Summary |
---|---|
requestSerializer | [common] abstract val requestSerializer: <*> |
resultDeserializer | [common] open override val resultDeserializer: <List<GameHighScore>> |
userId | [common] abstract val userId: UserId |
Inheritors
Name |
---|
GetGameHighScoresByChat |
GetGameHighScoresByInlineMessageId |