ChannelsToggleAntiSpam constructor

const ChannelsToggleAntiSpam({
  1. required InputChannelBase channel,
  2. required bool enabled,
})

Channels Toggle Anti Spam constructor.

Implementation

const ChannelsToggleAntiSpam({required this.channel, required this.enabled})
    : super._();