async fn set_contacts_by_addrs(
    context: &Context,
    id: ChatId,
    addrs: &[String]
) -> Result<()>
Expand description

Set chat contacts by their addresses creating the corresponding contacts if necessary.