1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-10-07 01:45:03 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/index.md
2021-03-17 15:18:37 +00:00

3.8 KiB

//docs/dev.inmo.tgbotapi.requests.games/GetGameHighScoresByChat

GetGameHighScoresByChat

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

Functions

Name Summary
method [common]
Content
open override fun method(): String


Properties

Name Summary
chatId [common] open override val chatId: ChatId
messageId [common] open override val messageId: MessageIdentifier
requestSerializer [common] open override val requestSerializer: <*>
resultDeserializer [common] open override val resultDeserializer: <List<GameHighScore>>
userId [common] open override val userId: UserId