messages.highScores
Highscores in a game
type tg.MessagesHighScores struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Scores | []HighScore | yes | Highscores |
Users | []UserClass | yes | Users, associated to the highscores |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
messages.highScores#9a3bfd99