Uses of Class
it.tdlight.jni.TdApi.ChatNearby
-
Uses of TdApi.ChatNearby in it.tdlight.jni
Fields in it.tdlight.jni declared as TdApi.ChatNearbyModifier and TypeFieldDescriptionTdApi.ChatsNearby.supergroupsNearbyList of location-based supergroups nearby.TdApi.ChatsNearby.usersNearbyList of users nearby.TdApi.UpdateUsersNearby.usersNearbyThe new list of users nearby.Constructors in it.tdlight.jni with parameters of type TdApi.ChatNearbyModifierConstructorDescriptionChatsNearby(TdApi.ChatNearby[] usersNearby, TdApi.ChatNearby[] supergroupsNearby) Represents a list of chats located nearby.UpdateUsersNearby(TdApi.ChatNearby[] usersNearby) The list of users nearby has changed.