Raw.messages.GetGameHighScores
Get highscores of a game
messages.getGameHighScores#e822649d peer:InputPeer id:int user_id:InputUser = messages.HighScores;
export namespace Raw {
export namespace messages {
export class GetGameHighScores {
constructor(params: { peer: Raw.TypeInputPeer; id: number; userId: Raw.TypeInputUser }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xe822649d
Property
peer
: Raw.TypeInputPeerWhere was the game sent
id
: numberId of message with game media attachment
userId
: Raw.TypeInputUserGet high scores made by a certain user