ChannelsReportSpam constructor
const
ChannelsReportSpam({
- required InputChannelBase channel,
- required InputPeerBase participant,
- required List<
int> id,
Channels Report Spam constructor.
Implementation
const ChannelsReportSpam({
required this.channel,
required this.participant,
required this.id,
}) : super._();