ToggleGroupCallParticipantIsMuted constructor

ToggleGroupCallParticipantIsMuted(
  1. {required int group_call_id,
  2. required MessageSender participant_id,
  3. required bool is_muted,
  4. int? extra,
  5. int? clientId}
)

Toggles whether a participant of an active group call is muted, unmuted, or allowed to unmute themselves

Returns Ok

Implementation

ToggleGroupCallParticipantIsMuted