//[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 | |---|---| | [position](position.md)| [common] val [position](position.md): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)
| | [score](score.md)| [common] val [score](score.md): [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)
| | [user](user.md)| [common] val [user](user.md): [User](../../dev.inmo.tgbotapi.types/-user/index.md)
|