ChannelAdminLogEventActionParticipantUnmute constructor

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

Channel Admin Log Event Action Participant Unmute constructor.

Implementation

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