pub async fn reorder_active_usernames(
usernames: Vec<String>,
client_id: i32,
) -> Result<(), Error>Expand description
Changes order of active usernames of the current user
ยงArguments
usernames- The new order of active usernames. All currently active usernames must be specifiedclient_id- The client id to send the request to