Report
public struct Report : Codable, Hashable, Identifiable
Reports filed against users and/or posts, to be taken action on by moderators.
-
Declaration
Swift
public var id: String -
Undocumented
Declaration
Swift
public var actionTaken: Bool? -
Undocumented
Declaration
Swift
public var actionTakenAt: Date? -
Undocumented
Declaration
Swift
public var comment: String?
Report Structure Reference