async fn set_contacts_by_fingerprints(
context: &Context,
id: ChatId,
fingerprint_addrs: &[(String, String)],
) -> Result<()>Expand description
Set chat contacts by their fingerprints creating the corresponding contacts if necessary.
fingerprint_addrs is a list of pairs of fingerprint and address.