BotsReorderUsernames constructor

const BotsReorderUsernames({
  1. required InputUserBase bot,
  2. required List<String> order,
})

Bots Reorder Usernames constructor.

Implementation

const BotsReorderUsernames({
  required this.bot,
  required this.order,
}) : super._();