ChannelsEditCreator constructor

const ChannelsEditCreator({
  1. required InputChannelBase channel,
  2. required InputUserBase userId,
  3. required InputCheckPasswordSRPBase password,
})

Channels Edit Creator constructor.

Implementation

const ChannelsEditCreator({
  required this.channel,
  required this.userId,
  required this.password,
}) : super._();