Search
public struct Search : Codable, Sendable
Represents the results of a search.
-
Accounts which match the given query.
Declaration
Swift
public let accounts: [Account]
-
Posts which match the given query.
Declaration
Swift
public let posts: [Post]
-
Hashtags which match the given query.
Declaration
Swift
public let hashtags: [Tag]
-
Undocumented
See moreDeclaration
Swift
enum CodingKeys : String, CodingKey