Layer 220
HighScore
Game highscore
constructor
highScore#73a379eb pos:int user_id:long score:int = HighScore;
Parameters
| Name | Type | Description |
|---|---|---|
| Pos | int | Position in highscore list |
| UserId | long | User ID |
| Score | int | Score |
Returns
HighScoreGogram Example
// Creating HighScore constructor obj := &tg.HighScore{ Pos: 0, UserId: int64(0), Score: 0, }