Package it.tdlight.jni
Class TdApi.GroupCallJoinResponse
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.GroupCallJoinResponse
- Enclosing class:
- TdApi
public static class TdApi.GroupCallJoinResponse extends TdApi.Object
Describes a join response for interaction with tgcalls.
-
Field Summary
Fields Modifier and Type Field Description TdApi.GroupCallJoinResponseCandidate[]
candidates
Join response candidates to pass to tgcalls.static int
CONSTRUCTOR
TdApi.GroupCallPayload
payload
Join response payload to pass to tgcalls. -
Constructor Summary
Constructors Constructor Description GroupCallJoinResponse()
Describes a join response for interaction with tgcalls.GroupCallJoinResponse(TdApi.GroupCallPayload payload, TdApi.GroupCallJoinResponseCandidate[] candidates)
Describes a join response for interaction with tgcalls.GroupCallJoinResponse(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutputStream output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
payload
Join response payload to pass to tgcalls. -
candidates
Join response candidates to pass to tgcalls. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GroupCallJoinResponse
public GroupCallJoinResponse()Describes a join response for interaction with tgcalls. -
GroupCallJoinResponse
public GroupCallJoinResponse(TdApi.GroupCallPayload payload, TdApi.GroupCallJoinResponseCandidate[] candidates)Describes a join response for interaction with tgcalls.- Parameters:
payload
- GroupCallPayload Join response payload to pass to tgcalls.candidates
- GroupCallJoinResponseCandidate[] Join response candidates to pass to tgcalls.
-
GroupCallJoinResponse
- 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()
-