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