ChannelsGetForumTopicsByID constructor

const ChannelsGetForumTopicsByID({
  1. required InputChannelBase channel,
  2. required List<int> topics,
})

Channels Get Forum Topics By I D constructor.

Implementation

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