ChannelsReportSpam constructor

const ChannelsReportSpam({
  1. required InputChannelBase channel,
  2. required InputPeerBase participant,
  3. required List<int> id,
})

Channels Report Spam constructor.

Implementation

const ChannelsReportSpam({
  required this.channel,
  required this.participant,
  required this.id,
}) : super._();