Documentation - v0.32.0
    Preparing search index...

    Interface TextButton

    A text-only button (reply keyboards only)

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

    Hierarchy

    • BotKeyboardButtonBase
      • TextButton
    Index

    Properties

    Properties

    Style of the button

    text: string

    Text of the button

    type: "text"