pub async fn remove_users_from_conversation( client: &mut Client, id: &str, users: &[u64], ) -> Result<String, Error>