ChannelsReorderUsernames constructor

const ChannelsReorderUsernames({
  1. required InputChannelBase channel,
  2. required List<String> order,
})

Channels Reorder Usernames constructor.

Implementation

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