- Enclosing class:
- TdApi
Toggles whether a participant of an
active group call is muted, unmuted,
or allowed to unmute themselves.
Returns Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Group call identifier.boolean
Pass true if the user must be muted and false otherwise.Participant identifier. -
Constructor Summary
ConstructorDescriptionToggles 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.Toggles whether a participant of an active group call is muted, unmuted, or allowed to unmute themselves. -
Method Summary
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:
-
-
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
Toggles whether a participant of an active group call is muted, unmuted, or allowed to unmute themselves.Returns
Ok
- 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()
-