A game to be sent

interface InputMediaGame {
    caption?: InputText;
    game: string | TypeInputGame;
    type: "game";
}

Hierarchy (view full)

Properties

Properties

caption?: InputText

Caption of the media

game: string | TypeInputGame

Game's short name, or a TL object with an input game

type: "game"