set_bio

Function set_bio 

Source
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 feeds
  • client_id - The client id to send the request to