reorder_active_usernames

Function reorder_active_usernames 

Source
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 specified
  • client_id - The client id to send the request to