KnownThread
public struct KnownThread : Codable
The schema for .data.knownThreads
-
ID of known thread
Declaration
Swift
public var id: UUID
-
Last activity timestamp for known thread
Declaration
Swift
public var lastActivity: Date
-
Initialize from components
Declaration
Swift
public init(id: UUID, lastActivity: Date)