ProfileDirectoryParams
public struct ProfileDirectoryParams : Codable
Undocumented
-
Use active to sort by most recently posted post (default) or new to sort by most recently created profiles.
Declaration
Swift
public var order: Order? -
If true, returns only local accounts.
Declaration
Swift
public var local: Bool? -
Undocumented
Declaration
Swift
public init(order: Order? = nil, local: Bool? = nil) -
Undocumented
See moreDeclaration
Swift
public enum Order : String, Codable, Hashable, CaseIterable
ProfileDirectoryParams Structure Reference