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
public static class TdApi.UpdateUsersNearby extends TdApi.Update
The list of users nearby has changed. The update is guaranteed to be sent only 60 seconds after a successful searchChatsNearby request.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.ChatNearby[]usersNearbyThe new list of users nearby.
-
Constructor Summary
Constructors Constructor Description UpdateUsersNearby()The list of users nearby has changed.UpdateUsersNearby(TdApi.ChatNearby[] usersNearby)The list of users nearby has changed.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
usersNearby
public TdApi.ChatNearby[] usersNearby
The new list of users nearby.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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
public UpdateUsersNearby(TdApi.ChatNearby[] usersNearby)
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 Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-