Interface InlineKeyboardButtonTypeBuy

A button to buy something. This button must be in the first column and row of the keyboard and can be attached only to a message with content of the type messageInvoice. Subtype of InlineKeyboardButtonType.

interface InlineKeyboardButtonTypeBuy {
    @type: "inlineKeyboardButtonTypeBuy";
}

Properties

Properties

@type: "inlineKeyboardButtonTypeBuy"