Layer 227
MessagesHighScoresObj
Highscores in a game
constructor
messages.highScores#9a3bfd99 scores:Vector<HighScore> users:Vector<User> = messages.HighScores;
Parameters
| Name | Type | Description |
|---|---|---|
| Scores | Vector < HighScore > | Highscores |
| Users | Vector < User > | Users, associated to the highscores |
Returns
messages.HighScoresGogram Example
// Creating MessagesHighScoresObj constructor obj := &tg.MessagesHighScoresObj{ Scores: &tg.VectorHighScore{}, Users: &tg.VectorUser{}, }