Interface ReplyMarkupInlineKeyboard

Contains an inline keyboard layout. Subtype of ReplyMarkup.

interface ReplyMarkupInlineKeyboard {
    @type: "replyMarkupInlineKeyboard";
    rows: InlineKeyboardButton[][];
}

Properties

Properties

@type: "replyMarkupInlineKeyboard"

A list of rows of inline keyboard buttons.