pub async fn set_display_name( client: &mut Client, id: u64, display_name: &str, ) -> Result<(), Error>