ChannelsToggleJoinToSend constructor

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

Channels Toggle Join To Send constructor.

Implementation

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