ChannelsDeleteTopicHistory constructor

const ChannelsDeleteTopicHistory({
  1. required InputChannelBase channel,
  2. required int topMsgId,
})

Channels Delete Topic History constructor.

Implementation

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