ChatsNearby constructor
ChatsNearby({
- String? extra,
- int? client_id,
- vector<
ChatNearby> ? users_nearby, - vector<
ChatNearby> ? supergroups_nearby,
Implementation
ChatsNearby({
super.extra,
super.client_id,
this.users_nearby,
this.supergroups_nearby,
});