public static class TdApi.ToggleGroupCallMuteNewParticipants 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 |
muteNewParticipants
New value of the muteNewParticipants setting.
|
| Constructor and Description |
|---|
ToggleGroupCallMuteNewParticipants()
Default constructor for a function, which toggles whether new participants of a group call can be unmuted only by administrators of the group call.
|
ToggleGroupCallMuteNewParticipants(int groupCallId,
boolean muteNewParticipants)
Creates a function, which toggles whether new participants of a group call can be unmuted only by administrators of the group call.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int groupCallId
public boolean muteNewParticipants
public static final int CONSTRUCTOR
public ToggleGroupCallMuteNewParticipants()
Returns Ok
public ToggleGroupCallMuteNewParticipants(int groupCallId,
boolean muteNewParticipants)
Returns Ok
groupCallId - Group call identifier.muteNewParticipants - New value of the muteNewParticipants setting.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object