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 deletedclient_id- The client id to send the request to