Documentation - v0.32.0
    Preparing search index...

    Interface RequestGeoButton

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

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

    Hierarchy

    • BotKeyboardButtonBase
      • RequestGeoButton
    Index

    Properties

    Properties

    Style of the button

    text: string

    Text of the button

    type: "request_geo"