Interface InlineKeyboardButton

Represents a single button in an inline keyboard.

interface InlineKeyboardButton {
    @type: "inlineKeyboardButton";
    text: string;
    type: InlineKeyboardButtonType;
}

Properties

Properties

@type: "inlineKeyboardButton"
text: string

Text of the button.

Type of the button.