async fn set_contacts_by_addrs( context: &Context, id: ChatId, addrs: &[String], ) -> Result<()>
Set chat contacts by their addresses creating the corresponding contacts if necessary.