ChannelsDeleteChannel constructor

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

Channels Delete Channel constructor.

Implementation

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