ChatsNearby constructor

ChatsNearby(
  1. {required List<ChatNearby> users_nearby,
  2. required List<ChatNearby> supergroups_nearby,
  3. int? extra,
  4. int? clientId}
)

Represents a list of chats located nearby

Implementation

ChatsNearby