Package it.tdlight.jni
Class TdApi.ToggleGroupCallParticipantIsMuted
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.ToggleGroupCallParticipantIsMuted
- Enclosing class:
- TdApi
public static class TdApi.ToggleGroupCallParticipantIsMuted extends TdApi.Function
Toggles whether a participant of an
active group call is muted, unmuted,
or allowed to unmute themselves.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int
groupCallId
Group call identifier.boolean
isMuted
Pass true if the user must be muted and false otherwise.TdApi.MessageSender
participantId
Participant identifier. -
Constructor Summary
Constructors Constructor Description ToggleGroupCallParticipantIsMuted()
Toggles whether a participant of an active group call is muted, unmuted, or allowed to unmute themselves.ToggleGroupCallParticipantIsMuted(int groupCallId, TdApi.MessageSender participantId, boolean isMuted)
Toggles whether a participant of an active group call is muted, unmuted, or allowed to unmute themselves.ToggleGroupCallParticipantIsMuted(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. -
participantId
Participant identifier. -
isMuted
public boolean isMutedPass true if the user must be muted and false otherwise. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
ToggleGroupCallParticipantIsMuted
public ToggleGroupCallParticipantIsMuted()Toggles whether a participant of an active group call is muted, unmuted, or allowed to unmute themselves.Returns
Ok
-
ToggleGroupCallParticipantIsMuted
public ToggleGroupCallParticipantIsMuted(int groupCallId, TdApi.MessageSender participantId, boolean isMuted)Toggles whether a participant of an active group call is muted, unmuted, or allowed to unmute themselves.Returns
Ok
- Parameters:
groupCallId
- int Group call identifier.participantId
- MessageSender Participant identifier.isMuted
- boolean Pass true if the user must be muted and false otherwise.
-
ToggleGroupCallParticipantIsMuted
- 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()
-