ChannelsGetFullChannel constructor

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

Channels Get Full Channel constructor.

Implementation

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