Layer 227
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

Gogram Example

// Creating MessagesHighScoresObj constructor
obj := &tg.MessagesHighScoresObj{
    Scores: &tg.VectorHighScore{},
    Users: &tg.VectorUser{},
}