Interface InlineKeyboardMarkup

Inline keyboard markup

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

Properties

Properties

buttons: TypeKeyboardButton[][]

Two-dimensional array of buttons

type: "inline"