Raw.messages.HighScores
Highscores in a game
messages.highScores#9a3bfd99 scores:Vector<HighScore> users:Vector<User> = messages.HighScores;
export namespace Raw {
export namespace messages {
export class HighScores {
constructor(params: { scores: Array<Raw.TypeHighScore>; users: Array<Raw.TypeUser> }) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x9a3bfd99
Property
scores
: Array of Raw.TypeHighScoreHighscores
users
: Array of Raw.TypeUserUsers, associated to the highscores