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