UpdateChannelPinnedTopics constructor

const UpdateChannelPinnedTopics({
  1. required int channelId,
  2. List<int>? order,
})

Update Channel Pinned Topics constructor.

Implementation

const UpdateChannelPinnedTopics({
  required this.channelId,
  this.order,
}) : super._();