remove_users_from_conversation

Function remove_users_from_conversation 

Source
pub async fn remove_users_from_conversation(
    client: &mut Client,
    id: &str,
    users: &[u64],
) -> Result<String, Error>