ChannelsReorderUsernames constructor
const
ChannelsReorderUsernames({
- required InputChannelBase channel,
- required List<
String> order,
Channels Reorder Usernames constructor.
Implementation
const ChannelsReorderUsernames({required this.channel, required this.order})
: super._();