java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.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.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.The new list of users nearby. -
Constructor Summary
ConstructorDescriptionThe list of users nearby has changed.UpdateUsersNearby
(TdApi.ChatNearby[] usersNearby) The list of users nearby has changed.UpdateUsersNearby
(DataInput input) The list of users nearby has changed. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, 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.
-
UpdateUsersNearby
The list of users nearby has changed. The update is guaranteed to be sent only 60 seconds after a successful searchChatsNearby request.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-