Documentation - v0.32.0
    Preparing search index...

    Interface RequestContactButton

    A button requesting the user's phone number (reply keyboards only)

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

    Hierarchy

    • BotKeyboardButtonBase
      • RequestContactButton
    Index

    Properties

    Properties

    Style of the button

    text: string

    Text of the button

    type: "request_contact"