AdminReport
@Serializable
Admin-level information about a filed report.
Constructors
Link copied to clipboard
constructor(reportId: String, wasActionTaken: Boolean, comment: String, createdAt: Instant, updatedAt: Instant, account: AdminAccount, targetAccount: AdminAccount, statuses: List<Status>, assignedAccount: AdminAccount? = null, actionTakenByAccount: AdminAccount? = null)
Properties
Link copied to clipboard
The account which filed the report.
Link copied to clipboard
The account of the moderator who handled the report.
Link copied to clipboard
The account of the moderator assigned to this report.
Link copied to clipboard
The account being reported.
Link copied to clipboard
Whether an action was taken to resolve this report.