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

Returns whether a contact is in a chat or not.