updateUsersNearby property
The list of users nearby has changed. The update is guaranteed to be sent only 60 seconds after a successful searchChatsNearby request
Implementation
UpdateUsersNearby? get updateUsersNearby {
if (this is UpdateUsersNearby) {
return this as UpdateUsersNearby;
}
return null;
}