toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types.games
/
GameHighScore
Game
High
Score
@
Serializable
data
class
GameHighScore
(
val
position
:
Long
,
val
user
:
User
,
val
score
:
Long
)
Members
Constructors
Game
High
Score
Link copied to clipboard
constructor
(
position
:
Long
,
user
:
User
,
score
:
Long
)
Properties
position
Link copied to clipboard
@
SerialName
(
value
=
"position"
)
val
position
:
Long
score
Link copied to clipboard
@
SerialName
(
value
=
"score"
)
val
score
:
Long
user
Link copied to clipboard
@
SerialName
(
value
=
"user"
)
val
user
:
User