requestLocation property

  1. @JsonKey(name: 'request_location')
bool? get requestLocation
inherited

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;