highScore
Game highscore
type tg.HighScore struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Pos | int | yes | Position in highscore list |
UserID | int64 | yes | User ID |
Score | int | yes | Score |
References
- Official documentation
- Generated Go reference
- TL definition:
highScore#73a379eb