Package it.tdlight.jni
Class TdApi.UpdateAccessHash
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateAccessHash
- Enclosing class:
- TdApi
public static class TdApi.UpdateAccessHash extends TdApi.Update
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
Fields Modifier and Type Field Description TdApi.AccessHash
accessHash
Access hash.static int
CONSTRUCTOR
-
Constructor Summary
Constructors Constructor Description UpdateAccessHash()
Some 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)
-
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
-
accessHash
Access hash. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
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
- 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()
-