telegramsjs
    Preparing search index...
    interface PayButton {
        pay: boolean;
        text: string;
    }

    Hierarchy (View Summary)

    Index

    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