ToggleGroupCallParticipantIsMuted constructor
ToggleGroupCallParticipantIsMuted({
- String? extra,
- int? client_id,
- int32? group_call_id,
- MessageSender? participant_id,
- Bool? is_muted,
Implementation
ToggleGroupCallParticipantIsMuted({
super.extra,
super.client_id,
this.group_call_id,
this.participant_id,
this.is_muted,
});