getGameHighScores
Retrieve high score data for a target user and neighboring players in a game. Specify user_id and optionally chat or inline message to fetch the score table.
Instructions
Get data for high score tables. Will return the score of the specified user and several of their neighbors in a game. Returns an Array of GameHighScore objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | No | Required if inline_message_id is not specified. Unique identifier for the target chat. | |
| user_id | Yes | Target user id | |
| message_id | No | Required if inline_message_id is not specified. Identifier of the sent message. | |
| inline_message_id | No | Required if chat_id and message_id are not specified. Identifier of the inline message. |