pub(crate) async fn add_to_chat_contacts_table(
    context: &Context,
    chat_id: ChatId,
    contact_ids: &[ContactId]
) -> Result<()>
Expand description

Adds contacts to the chats_contacts table.