Package it.tdlight.jni
Class TdApi.UpdateUsersNearby
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.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 int
CONSTRUCTOR
TdApi.ChatNearby[]
usersNearby
The 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.UpdateUsersNearby(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
usersNearby
The new list of users nearby. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
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
- ChatNearby[] The new list of users nearby.
-
UpdateUsersNearby
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-