RemoveContacts
public struct RemoveContacts : Codable, Equatable, TDFunction
Removes users from the contact list
-
Undocumented
Declaration
Swift
public typealias Result = Ok
-
Identifiers of users to be deleted
Declaration
Swift
public let userIds: [Int32]
-
Removes users from the contact list
Declaration
Swift
public init(userIds: [Int32])
Parameters
userIds
Identifiers of users to be deleted