Package org.drinkless.tdlib
Class TdApi.ToggleGroupCallParticipantIsMuted
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Ok>
org.drinkless.tdlib.TdApi.ToggleGroupCallParticipantIsMuted
- 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 intIdentifier uniquely determining type of the object.intGroup call identifier.booleanPass true to mute the user; pass false to unmute them.Participant identifier. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which 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) Creates a function, which toggles whether a participant of an active group call is muted, unmuted, or allowed to unmute themselves. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
groupCallId
public int groupCallIdGroup call identifier. -
participantId
Participant identifier. -
isMuted
public boolean isMutedPass true to mute the user; pass false to unmute them. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ToggleGroupCallParticipantIsMuted
public ToggleGroupCallParticipantIsMuted()Default constructor for a function, which 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) Creates a function, which toggles whether a participant of an active group call is muted, unmuted, or allowed to unmute themselves.Returns
Ok- Parameters:
groupCallId- Group call identifier.participantId- Participant identifier.isMuted- Pass true to mute the user; pass false to unmute them.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-