ReorderBotActiveUsernames constructor
Changes order of active usernames of a bot. Can be called only if userTypeBot.can_be_edited == true
Implementation
const ReorderBotActiveUsernames({
required this.botUserId,
required this.usernames,
});
Changes order of active usernames of a bot. Can be called only if userTypeBot.can_be_edited == true
const ReorderBotActiveUsernames({
required this.botUserId,
required this.usernames,
});