rename_conversations

Function rename_conversations 

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