pub async fn remove_contact_from_chat(
    context: &Context,
    chat_id: ChatId,
    contact_id: ContactId
) -> Result<()>
Expand description

Removes contact from the chat.