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>.

NameTypeDescription
group_call_idnumberGroup call identifier.
mute_new_participantsboolNew value of the mute_new_participants setting.

More details on telegram's documentation.