location property

  1. @JsonKey(name: 'location')
Location? get location
inherited

Optional. Sender location, only for bots that require user location

Implementation

@JsonKey(name: 'location')
Location? get location;