Interface GetGameHighScores

Returns the high scores for a game and some part of the high score table in the range of the specified user; for bots only. Request type for Tdjson#getGameHighScores.

interface GetGameHighScores {
    @type: "getGameHighScores";
    chat_id: number;
    message_id: number;
    user_id: number;
}

Properties

@type: "getGameHighScores"
chat_id: number

The chat that contains the message with the game.

message_id: number

Identifier of the message.

user_id: number

User identifier.