ReorderBotActiveUsernames constructor

ReorderBotActiveUsernames(
  1. {required int bot_user_id,
  2. required List<String> usernames,
  3. int? extra,
  4. int? clientId}
)

Changes order of active usernames of a bot. Can be called only if userTypeBot.can_be_edited == true

Returns Ok

Implementation

ReorderBotActiveUsernames