Interface InputInlineMessageGame

Inline message containing a game

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

Properties

Properties

replyMarkup?: ReplyMarkup

Message's reply markup

type: "game"