Package org.drinkless.tdlib
Class TdApi.UpdateUsersNearby
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateUsersNearby
- Enclosing class:
- TdApi
The list of users nearby has changed. The update is guaranteed to be sent only 60 seconds after a successful searchChatsNearby request.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Update
TdApi.Update.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The new list of users nearby. -
Constructor Summary
ConstructorsConstructorDescriptionThe list of users nearby has changed.UpdateUsersNearby(TdApi.ChatNearby[] usersNearby) The list of users nearby has changed. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
usersNearby
The new list of users nearby. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateUsersNearby
public UpdateUsersNearby()The list of users nearby has changed. The update is guaranteed to be sent only 60 seconds after a successful searchChatsNearby request. -
UpdateUsersNearby
The list of users nearby has changed. The update is guaranteed to be sent only 60 seconds after a successful searchChatsNearby request.- Parameters:
usersNearby- The new list of users nearby.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Update- Returns:
- this.CONSTRUCTOR
-