telegramsjs
    Preparing search index...

    Interface InlineKeyboardMarkup

    This object represents one button of an inline keyboard. Exactly one of the optional fields must be used to specify type of the button.

    interface InlineKeyboardMarkup {
        inline_keyboard: InlineKeyboardButton[][];
    }
    Index

    Properties

    Properties

    inline_keyboard: InlineKeyboardButton[][]

    Array of button rows, each represented by an Array of InlineKeyboardButton objects