Package org.drinkless.tdlib
Class TdApi.ToggleGroupCallParticipantIsMuted
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.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 intCONSTRUCTORIdentifier uniquely determining type of the object.intgroupCallIdGroup call identifier.booleanisMutedPass true if the user must be muted and false otherwise.TdApi.MessageSenderparticipantIdParticipant identifier.
-
Constructor Summary
Constructors Constructor Description ToggleGroupCallParticipantIsMuted()Default 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
groupCallId
public int groupCallId
Group call identifier.
-
participantId
public TdApi.MessageSender participantId
Participant identifier.
-
isMuted
public boolean isMuted
Pass true if the user must be muted and false otherwise.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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 if the user must be muted and false otherwise.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-