ultra-telegram-framework
    Preparing search index...

    Interface InlineKeyboardMarkup

    This object represents an inline keyboard that appears right next to the message it belongs to.

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

    Properties

    Properties

    inline_keyboard: InlineKeyboardButton[][]

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