Interface InputMessageGame

A message with a game; not supported for channels or secret chats. Subtype of InputMessageContent.

interface InputMessageGame {
    @type: "inputMessageGame";
    bot_user_id: number;
    game_short_name: string;
}

Properties

@type: "inputMessageGame"
bot_user_id: number

User identifier of the bot that owns the game.

game_short_name: string

Short name of the game.