java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateUser
- Enclosing class:
- TdApi
Some data of a user has changed. This
update is guaranteed to come before
the user identifier is returned to the application.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
New data about the user. -
Constructor Summary
ConstructorDescriptionSome data of a user has changed.UpdateUser
(TdApi.User user) Some data of a user has changed.UpdateUser
(DataInput input) Some data of a user has changed. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
user
New data about the user. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdateUser
public UpdateUser()Some data of a user has changed. This update is guaranteed to come before the user identifier is returned to the application. -
UpdateUser
Some data of a user has changed. This update is guaranteed to come before the user identifier is returned to the application.- Parameters:
user
- User New data about the user.
-
UpdateUser
Some data of a user has changed. This update is guaranteed to come before the user identifier is returned to the application.- 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()
-