Documentation - v0.27.0
    Preparing search index...

    Interface InputInlineMessageGame

    Inline message containing a game

    interface InputInlineMessageGame {
        replyMarkup?: ReplyMarkup;
        type: "game";
    }
    Index

    Properties

    Properties

    replyMarkup?: ReplyMarkup

    Message's reply markup

    type: "game"