pub async fn rename_conversations( client: &mut Client, ids: &[&str], names: &[&str], ) -> Result<Conversations, Error>