ChannelsJoinChannel constructor

const ChannelsJoinChannel({
  1. required InputChannelBase channel,
})

Channels Join Channel constructor.

Implementation

const ChannelsJoinChannel({required this.channel}) : super._();