interface PayButton {
    pay: boolean;
    text: string;
}

Hierarchy (view full)

Properties

Properties

pay: boolean

Specify True, to send a Pay button. Substrings “⭐” and “XTR” in the buttons's text will be replaced with a Telegram Star icon.

NOTE: This type of button must always be the first button in the first row and can only be used in invoice messages.

text: string

Label text on the button