messages.getGameHighScores
Get highscores of a game
Example
TL schema
Parameters
Name | Type | Description |
peer | Where was the game sent | |
id | ID of message with game media attachment | |
user_id | Get high scores made by a certain user |
Result
Possible errors
Code | Type | Description |
400 | MESSAGE_ID_INVALID | The provided message id is invalid |
400 | PEER_ID_INVALID | The provided peer id is invalid |
400 | USER_BOT_REQUIRED | This method can only be called by a bot |
Can bots use this methd ?
yes
Related pages
Last updated