ToggleGroupCallMuteNewParticipants constructor

ToggleGroupCallMuteNewParticipants(
  1. {required int group_call_id,
  2. required bool mute_new_participants,
  3. int? extra,
  4. int? clientId}
)

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 Ok

Implementation

ToggleGroupCallMuteNewParticipants