View Source ExTDLib.Method.ToggleGroupCallMuteNewParticipants (ExTDLib v0.0.4)
Toggles whether new participants of a group call can be unmuted only by administrators of the group call. Requires groupCall.can_toggle_mute_new_participants group call flag. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| group_call_id | number | Group call identifier. |
| mute_new_participants | bool | New value of the mute_new_participants setting. |
More details on telegram's documentation.