ChannelsToggleAntiSpam constructor
const
ChannelsToggleAntiSpam({
- required InputChannelBase channel,
- required bool enabled,
Channels Toggle Anti Spam constructor.
Implementation
const ChannelsToggleAntiSpam({required this.channel, required this.enabled})
: super._();