ChangeImportedContacts

public struct ChangeImportedContacts : Codable, Equatable, TDFunction

Changes imported contacts using the list of current user contacts saved on the device. Imports newly added contacts and, if at least the file database is enabled, deletes recently deleted contacts. -Query result depends on the result of the previous query, so only one query is possible at the same time

  • Undocumented

    Declaration

    Swift

    public typealias Result = ImportedContacts
  • The new list of contacts, contact’s vCard are ignored and are not imported

    Declaration

    Swift

    public let contacts: [Contact]
  • Changes imported contacts using the list of current user contacts saved on the device. Imports newly added contacts and, if at least the file database is enabled, deletes recently deleted contacts. -Query result depends on the result of the previous query, so only one query is possible at the same time

    Declaration

    Swift

    public init(contacts: [Contact])

    Parameters

    contacts

    The new list of contacts, contact’s vCard are ignored and are not imported