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