Documentation - v0.32.0
    Preparing search index...

    Interface PayButton

    A button paying for a product. Must be the first button in the first row

    interface PayButton {
        style?: BotKeyboardButtonStyle;
        text: string;
        type: "pay";
    }

    Hierarchy

    • BotKeyboardButtonBase
      • PayButton
    Index

    Properties

    Properties

    Style of the button

    text: string

    Text of the button

    type: "pay"