History
struct History : Codable, Hashable, Sendable
Represents daily usage history of a hashtag.
-
Undocumented
Declaration
Swift
public init(day: String, uses: String, accounts: String)
-
UNIX timestamp on midnight of the given day.
Declaration
Swift
public let day: String
-
the counted usage of the hashtag within that day.
Declaration
Swift
public let uses: String
-
the total of accounts using the hashtag within that day.
Declaration
Swift
public let accounts: String