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
userIdsIdentifiers of users to be deleted
View on GitHub
Install in Dash
RemoveContacts Structure Reference