Interface InlineQueryResultGame

Represents information about a game. Subtype of InlineQueryResult.

interface InlineQueryResultGame {
    @type: "inlineQueryResultGame";
    game: Game;
    id: string;
}

Properties

Properties

@type: "inlineQueryResultGame"
game: Game

Game result.

id: string

Unique identifier of the query result.