- Enclosing class:
- TdApi
Toggles whether a participant of an
active group call is muted, unmuted,
or allowed to unmute themselves.
Returns
Ok-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intintGroup call identifier.booleanPass true to mute the user; pass false to unmute the them.Participant identifier. -
Constructor Summary
ConstructorsConstructorDescriptionToggles 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
toStringMethods 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-