Package it.tdlight.jni
Class TdApi.JoinGroupCall
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.JoinGroupCall
- Enclosing class:
- TdApi
public static class TdApi.JoinGroupCall extends TdApi.Function
Joins a group call.
Returns GroupCallJoinResponse
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int
groupCallId
Group call identifier.boolean
isMuted
True, if the user's microphone is muted.TdApi.GroupCallPayload
payload
Group join payload, received from tgcalls.int
source
Caller synchronization source identifier; received from tgcalls. -
Constructor Summary
Constructors Constructor Description JoinGroupCall()
Joins a group call.JoinGroupCall(int groupCallId, TdApi.GroupCallPayload payload, int source, boolean isMuted)
Joins a group call.JoinGroupCall(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.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
groupCallId
public int groupCallIdGroup call identifier. -
payload
Group join payload, received from tgcalls. Use null to cancel previous joinGroupCall request. -
source
public int sourceCaller synchronization source identifier; received from tgcalls. -
isMuted
public boolean isMutedTrue, if the user's microphone is muted. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
JoinGroupCall
public JoinGroupCall()Joins a group call.Returns
GroupCallJoinResponse
-
JoinGroupCall
Joins a group call.Returns
GroupCallJoinResponse
- Parameters:
groupCallId
- int Group call identifier.payload
- GroupCallPayload Group join payload, received from tgcalls. Use null to cancel previous joinGroupCall request.source
- int Caller synchronization source identifier; received from tgcalls.isMuted
- boolean True, if the user's microphone is muted.
-
JoinGroupCall
- 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()
-