public static class TdApi.ToggleGroupCallMuteNewParticipants 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 |
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() |
toString
public 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()
getConstructor
in class TdApi.Function