public static class TdApi.ToggleGroupCallParticipantIsMuted extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
groupCallId
Group call identifier.
|
boolean |
isMuted
Pass true if the user must be muted and false otherwise.
|
TdApi.MessageSender |
participantId
Participant identifier.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int groupCallId
public TdApi.MessageSender participantId
public boolean isMuted
public static final int CONSTRUCTOR
public ToggleGroupCallParticipantIsMuted()
Returns Ok
public ToggleGroupCallParticipantIsMuted(int groupCallId, TdApi.MessageSender participantId, boolean isMuted)
Returns Ok
groupCallId
- Group call identifier.participantId
- Participant identifier.isMuted
- Pass true if the user must be muted and false otherwise.public int getConstructor()
getConstructor
in class TdApi.Function