Interface CallbackQueryPayloadGame

The payload for a game callback button. Subtype of CallbackQueryPayload.

interface CallbackQueryPayloadGame {
    @type: "callbackQueryPayloadGame";
    game_short_name: string;
}

Properties

@type: "callbackQueryPayloadGame"
game_short_name: string

A short name of the game that was attached to the callback button.