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