Interface KeyboardButtonTypeRequestPhoneNumber

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

interface KeyboardButtonTypeRequestPhoneNumber {
    @type: "keyboardButtonTypeRequestPhoneNumber";
}

Properties

Properties

@type: "keyboardButtonTypeRequestPhoneNumber"