public static class TdApi.ToggleGroupCallParticipantIsMuted extends TdApi.Function<TdApi.Ok>
Returns Ok
| 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 to mute the user; pass false to unmute them.
|
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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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 to mute the user; pass false to unmute them.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object