ultra-telegram-framework
    Preparing search index...

    Interface InlineQueryResultGame

    Represents a Game.

    interface InlineQueryResultGame {
        game_short_name: string;
        id: string;
        reply_markup?: InlineKeyboardMarkup;
        type: string;
    }
    Index

    Properties

    game_short_name: string

    Short name of the game

    id: string

    Unique identifier for this result, 1-64 bytes

    reply_markup?: InlineKeyboardMarkup

    Optional. Inline keyboard attached to the message

    type: string

    Type of the result, must be game