ChatEventLocationChanged constructor
ChatEventLocationChanged({
- String? extra,
- int? client_id,
- ChatLocation? old_location,
- ChatLocation? new_location,
Implementation
ChatEventLocationChanged({
super.extra,
super.client_id,
this.old_location,
this.new_location,
});