Interface GetInlineGameHighScores

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

interface GetInlineGameHighScores {
    @type: "getInlineGameHighScores";
    inline_message_id: string;
    user_id: number;
}

Properties

@type: "getInlineGameHighScores"
inline_message_id: string

Inline message identifier.

user_id: number

User identifier.