ChannelAdminLogEventActionParticipantVolume constructor

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

Channel Admin Log Event Action Participant Volume constructor.

Implementation

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