messages.getInlineGameHighScores
Get highscores of a game sent using an inline bot
Example
TL schema
Parameters
Name | Type | Description |
id | ID of inline message | |
user_id | Get high scores of a certain user |
Result
Possible errors
Code | Type | Description |
400 | MESSAGE_ID_INVALID | The provided message 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