Documentation - v0.32.0
    Preparing search index...

    Interface DisabledButton

    A button that does nothing when pressed

    interface DisabledButton {
        style?: BotKeyboardButtonStyle;
        text: string;
        type: "disabled";
    }

    Hierarchy

    • BotKeyboardButtonBase
      • DisabledButton
    Index

    Properties

    Properties

    Style of the button

    text: string

    Text of the button

    type: "disabled"