ChannelsReorderPinnedForumTopics constructor

const ChannelsReorderPinnedForumTopics({
  1. required bool force,
  2. required InputChannelBase channel,
  3. required List<int> order,
})

Channels Reorder Pinned Forum Topics constructor.

Implementation

const ChannelsReorderPinnedForumTopics({
  required this.force,
  required this.channel,
  required this.order,
}) : super._();