pub async fn change_user_icon(
configuration: &Configuration,
id_pipe_username: &str,
body: Option<PathBuf>,
) -> Result<(), Error<ChangeUserIconError>>
Expand description
The new avatar may be up to 2MiB in size.
pub async fn change_user_icon(
configuration: &Configuration,
id_pipe_username: &str,
body: Option<PathBuf>,
) -> Result<(), Error<ChangeUserIconError>>
The new avatar may be up to 2MiB in size.