High scores (in games)
messages.highScores#9a3bfd99 scores:Vector<HighScore> users:Vector<User> = messages.HighScores;
---functions---
messages.getGameHighScores#e822649d peer:InputPeer id:int user_id:InputUser = messages.HighScores;
messages.getInlineGameHighScores#f635e1b id:InputBotInlineMessageID user_id:InputUser = messages.HighScores;
| Constructor | Description |
|---|---|
| messages.highScores | Highscores in a game |
| Method | Description |
|---|---|
| messages.getGameHighScores | Get highscores of a game |
| messages.getInlineGameHighScores | Get highscores of a game sent using an inline bot |