Documentation - v0.27.0
    Preparing search index...

    Interface InputMediaGame

    A game to be sent

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

    Hierarchy (View Summary)

    Index

    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"