ImportedContacts
public struct ImportedContacts : Codable, Equatable, FunctionResult
Represents the result of an ImportContacts request
-
User identifiers of the imported contacts in the same order as they were specified in the request; 0 if the contact is not yet a registered user
Declaration
Swift
public let userIds: [Int32]
-
The number of users that imported the corresponding contact; 0 for already registered users or if unavailable
Declaration
Swift
public let importerCount: [Int32]
-
Represents the result of an ImportContacts request
Declaration
Swift
public init(userIds: [Int32], importerCount: [Int32])
Parameters
userIds
User identifiers of the imported contacts in the same order as they were specified in the request; 0 if the contact is not yet a registered user
importerCount
The number of users that imported the corresponding contact; 0 for already registered users or if unavailable