ChannelsDeleteHistory constructor

const ChannelsDeleteHistory({
  1. required bool forEveryone,
  2. required InputChannelBase channel,
  3. required int maxId,
})

Channels Delete History constructor.

Implementation

const ChannelsDeleteHistory({
  required this.forEveryone,
  required this.channel,
  required this.maxId,
}) : super._();