1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-09-07 03:06:52 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.games/-game-high-score/index.md

17 lines
1.4 KiB
Markdown
Raw Normal View History

//[docs](../../../index.md)/[dev.inmo.tgbotapi.types.games](../index.md)/[GameHighScore](index.md)
# GameHighScore
[common] data class [GameHighScore](index.md)(**position**: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html), **user**: [User](../../dev.inmo.tgbotapi.types/-user/index.md), **score**: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html))
## Properties
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.types.games/GameHighScore/position/#/PointingToDeclaration/"></a>[position](position.md)| <a name="dev.inmo.tgbotapi.types.games/GameHighScore/position/#/PointingToDeclaration/"></a> [common] val [position](position.md): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) <br>|
| <a name="dev.inmo.tgbotapi.types.games/GameHighScore/score/#/PointingToDeclaration/"></a>[score](score.md)| <a name="dev.inmo.tgbotapi.types.games/GameHighScore/score/#/PointingToDeclaration/"></a> [common] val [score](score.md): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html) <br>|
| <a name="dev.inmo.tgbotapi.types.games/GameHighScore/user/#/PointingToDeclaration/"></a>[user](user.md)| <a name="dev.inmo.tgbotapi.types.games/GameHighScore/user/#/PointingToDeclaration/"></a> [common] val [user](user.md): [User](../../dev.inmo.tgbotapi.types/-user/index.md) <br>|