ChannelAdminLogEventActionParticipantMute constructor

const ChannelAdminLogEventActionParticipantMute({
  1. required GroupCallParticipantBase participant,
})

Channel Admin Log Event Action Participant Mute constructor.

Implementation

const ChannelAdminLogEventActionParticipantMute({required this.participant})
    : super._();