SearchChatsNearby constructor

const SearchChatsNearby({
  1. required Location location,
})

Returns a list of users and location-based supergroups nearby. The list of users nearby will be updated for 60 seconds after the request by the updates updateUsersNearby.. The request must be sent again every 25 seconds with adjusted location to not miss new chats

Implementation

const SearchChatsNearby({
  required this.location,
});