ToggleGroupCallParticipantIsMuted constructor

ToggleGroupCallParticipantIsMuted({
  1. required int groupCallId,
  2. MessageSender? participantId,
  3. required bool isMuted,
})

Implementation

ToggleGroupCallParticipantIsMuted({
  required this.groupCallId,
  this.participantId,
  required this.isMuted,
});