remove_contacts

Function remove_contacts 

Source
pub async fn remove_contacts(
    user_ids: Vec<i64>,
    client_id: i32,
) -> Result<(), Error>
Expand description

Removes users from the contact list

ยงArguments

  • user_ids - Identifiers of users to be deleted
  • client_id - The client id to send the request to