ChannelsGetForumTopics constructor

const ChannelsGetForumTopics({
  1. required InputChannelBase channel,
  2. String? q,
  3. required DateTime offsetDate,
  4. required int offsetId,
  5. required int offsetTopic,
  6. required int limit,
})

Channels Get Forum Topics constructor.

Implementation

const ChannelsGetForumTopics({
  required this.channel,
  this.q,
  required this.offsetDate,
  required this.offsetId,
  required this.offsetTopic,
  required this.limit,
}) : super._();