GetBlockedUsers
public struct GetBlockedUsers : Codable, Equatable, TDFunction
Returns users that were blocked by the current user
-
Undocumented
Declaration
Swift
public typealias Result = Users -
Number of users to skip in the result; must be non-negative
Declaration
Swift
public let offset: Int32 -
The maximum number of users to return; up to 100
Declaration
Swift
public let limit: Int32 -
Returns users that were blocked by the current user
Declaration
Swift
public init(offset: Int32, limit: Int32)Parameters
offsetNumber of users to skip in the result; must be non-negative
limitThe maximum number of users to return; up to 100
View on GitHub
Install in Dash
GetBlockedUsers Structure Reference