Interface KeyboardButtonTypeRequestLocation

A button that sends the user's location when pressed; available only in private chats. Subtype of KeyboardButtonType.

interface KeyboardButtonTypeRequestLocation {
    @type: "keyboardButtonTypeRequestLocation";
}

Properties

Properties

@type: "keyboardButtonTypeRequestLocation"