KnownContact
public struct KnownContact : Codable
The schema for .data.knownContacts
-
ID of known user
Declaration
Swift
public var id: UUID
-
Last updated timestamp for user
Declaration
Swift
public var updated: Date
-
Initialize from components
Declaration
Swift
public init(id: UUID, updated: Date)