java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.AccessHash
- Enclosing class:
- TdApi
Access hash.
-
Field Summary
Modifier and TypeFieldDescriptionlong
Access hash.long
Chat identifier.static final int
Access hash type. -
Constructor Summary
ConstructorDescriptionAccess hash.AccessHash
(long chatId, TdApi.AccessHashType type, long accessHash) Access hash.AccessHash
(DataInput input) Access hash. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
type
Access hash type. -
accessHash
public long accessHashAccess hash. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
AccessHash
public AccessHash()Access hash. -
AccessHash
Access hash.- Parameters:
chatId
- long Chat identifier.type
- AccessHashType Access hash type.accessHash
- long Access hash.
-
AccessHash
Access hash.- 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()
-