UpdateUsersNearby constructor
const
UpdateUsersNearby({
- required List<
ChatNearby> usersNearby, - dynamic extra,
- int? clientId,
The list of users nearby has changed. The update is guaranteed to be sent only 60 seconds after a successful searchChatsNearby request
Implementation
const UpdateUsersNearby({
required this.usersNearby,
this.extra,
this.clientId,
});