keyboardButtonTypeRequestPhoneNumber property
A button that sends the user's phone number when pressed; available only in private chats
Implementation
KeyboardButtonTypeRequestPhoneNumber?
get keyboardButtonTypeRequestPhoneNumber {
if (this is KeyboardButtonTypeRequestPhoneNumber) {
return this as KeyboardButtonTypeRequestPhoneNumber;
}
return null;
}