requestContact property

  1. @JsonKey(name: 'request_contact')
bool? get requestContact
inherited

Optional. If True, the user's phone number will be sent as a contact when the button is pressed. Available in private chats only

Note: request_contact and request_location options will only work in Telegram versions released after 9 April, 2016. Older clients will display unsupported message.

Implementation

@JsonKey(name: 'request_contact')
bool? get requestContact;