libtd-ktx / kotlinx.telegram.flows / usersNearbyFlow
usersNearbyFlow
fun TelegramFlow.usersNearbyFlow(): Flow<Array<ChatNearby>>
emits usersNearby [ChatNearby[]] if list of users nearby has changed. The update is sent only 60 seconds after a successful searchChatsNearby request.