Documentation - v0.27.1
    Preparing search index...

    Interface InlineKeyboardMarkup

    Inline keyboard markup

    interface InlineKeyboardMarkup {
        buttons: TypeKeyboardButton[][];
        type: "inline";
    }
    Index

    Properties

    Properties

    buttons: TypeKeyboardButton[][]

    Two-dimensional array of buttons

    type: "inline"