- 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 to mute the user; pass false to unmute the them.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 to mute the user; pass false to unmute the them. -
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. ReturnsOk
-
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. ReturnsOk
- Parameters:
groupCallId
- int Group call identifier.participantId
- MessageSender Participant identifier.isMuted
- boolean Pass true to mute the user; pass false to unmute the them.
-
ToggleGroupCallParticipantIsMuted
Toggles whether a participant of an active group call is muted, unmuted, or allowed to unmute themselves. ReturnsOk
- 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()
-