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