ChannelsEditPhoto constructor

const ChannelsEditPhoto({
  1. required InputChannelBase channel,
  2. required InputChatPhotoBase photo,
})

Channels Edit Photo constructor.

Implementation

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