1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2026-09-07 08:39:40 +00:00
Files
tgbotapi/docs/dev.inmo.tgbotapi.requests.games/index.md
InsanusMokrassar b942627f12 deploy: 308fb9274b
2021-03-17 15:18:37 +00:00

17 lines
4.5 KiB
Markdown

//[docs](../../index.md)/[dev.inmo.tgbotapi.requests.games](index.md)
# Package dev.inmo.tgbotapi.requests.games
## Types
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.requests.games/GetGameHighScoresByChat///PointingToDeclaration/"></a>[GetGameHighScoresByChat](-get-game-high-scores-by-chat/index.md)| <a name="dev.inmo.tgbotapi.requests.games/GetGameHighScoresByChat///PointingToDeclaration/"></a>[common] <br>Content <br>data class [GetGameHighScoresByChat](-get-game-high-scores-by-chat/index.md)(**userId**: [UserId](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FUserId%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), **chatId**: [ChatId](../dev.inmo.tgbotapi.types/-chat-id/index.md), **messageId**: [MessageIdentifier](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FMessageIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)) : [GetGameHighScores](../dev.inmo.tgbotapi.requests.games.abstracts/-get-game-high-scores/index.md), [MessageAction](../dev.inmo.tgbotapi.CommonAbstracts.types/-message-action/index.md) <br><br><br>|
| <a name="dev.inmo.tgbotapi.requests.games/GetGameHighScoresByInlineMessageId///PointingToDeclaration/"></a>[GetGameHighScoresByInlineMessageId](-get-game-high-scores-by-inline-message-id/index.md)| <a name="dev.inmo.tgbotapi.requests.games/GetGameHighScoresByInlineMessageId///PointingToDeclaration/"></a>[common] <br>Content <br>data class [GetGameHighScoresByInlineMessageId](-get-game-high-scores-by-inline-message-id/index.md)(**userId**: [UserId](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FUserId%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), **inlineMessageId**: [InlineMessageIdentifier](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FInlineMessageIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)) : [GetGameHighScores](../dev.inmo.tgbotapi.requests.games.abstracts/-get-game-high-scores/index.md), [InlineMessageAction](../dev.inmo.tgbotapi.CommonAbstracts.types/-inline-message-action/index.md) <br><br><br>|
| <a name="dev.inmo.tgbotapi.requests.games/SetGameScoreByChatId///PointingToDeclaration/"></a>[SetGameScoreByChatId](-set-game-score-by-chat-id/index.md)| <a name="dev.inmo.tgbotapi.requests.games/SetGameScoreByChatId///PointingToDeclaration/"></a>[common] <br>Content <br>data class [SetGameScoreByChatId](-set-game-score-by-chat-id/index.md)(**userId**: [UserId](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FUserId%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), **score**: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html), **chatId**: [ChatId](../dev.inmo.tgbotapi.types/-chat-id/index.md), **messageId**: [MessageIdentifier](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FMessageIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), **force**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **disableEditMessage**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) : [SetGameScore](../dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/index.md), [MessageAction](../dev.inmo.tgbotapi.CommonAbstracts.types/-message-action/index.md) <br><br><br>|
| <a name="dev.inmo.tgbotapi.requests.games/SetGameScoreByInlineMessageId///PointingToDeclaration/"></a>[SetGameScoreByInlineMessageId](-set-game-score-by-inline-message-id/index.md)| <a name="dev.inmo.tgbotapi.requests.games/SetGameScoreByInlineMessageId///PointingToDeclaration/"></a>[common] <br>Content <br>data class [SetGameScoreByInlineMessageId](-set-game-score-by-inline-message-id/index.md)(**userId**: [UserId](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FUserId%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), **score**: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html), **inlineMessageId**: [InlineMessageIdentifier](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FInlineMessageIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), **force**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html), **disableEditMessage**: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)) : [SetGameScore](../dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/index.md), [InlineMessageAction](../dev.inmo.tgbotapi.CommonAbstracts.types/-inline-message-action/index.md) <br><br><br>|