Package it.tdlight.jni
Class TdApi.GroupCallPayloadFingerprint
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.GroupCallPayloadFingerprint
- Enclosing class:
- TdApi
public static class TdApi.GroupCallPayloadFingerprint extends TdApi.Object
Describes a payload fingerprint for
interaction with tgcalls.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
fingerprint
Value of the field fingerprint.String
hash
Value of the field hash.String
setup
Value of the field setup. -
Constructor Summary
Constructors Constructor Description GroupCallPayloadFingerprint()
Describes a payload fingerprint for interaction with tgcalls.GroupCallPayloadFingerprint(DataInput input)
GroupCallPayloadFingerprint(String hash, String setup, String fingerprint)
Describes a payload fingerprint for interaction with tgcalls. -
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
-
hash
Value of the field hash. -
setup
Value of the field setup. -
fingerprint
Value of the field fingerprint. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GroupCallPayloadFingerprint
public GroupCallPayloadFingerprint()Describes a payload fingerprint for interaction with tgcalls. -
GroupCallPayloadFingerprint
Describes a payload fingerprint for interaction with tgcalls.- Parameters:
hash
- String Value of the field hash.setup
- String Value of the field setup.fingerprint
- String Value of the field fingerprint.
-
GroupCallPayloadFingerprint
- 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()
-