pub async fn set_bio(bio: String, client_id: i32) -> Result<(), Error>Expand description
Changes the bio of the current user
§Arguments
bio- The new value of the user bio; 0-getOption(“bio_length_max”) characters without line feedsclient_id- The client id to send the request to