requestLocation property
Optional. If True, the user's current location will be sent when the button is pressed. Available in private chats only.
Implementation
@JsonKey(name: 'request_location')
bool? get requestLocation;
Optional. If True, the user's current location will be sent when the button is pressed. Available in private chats only.
@JsonKey(name: 'request_location')
bool? get requestLocation;