InvestigationLead

data class InvestigationLead(val reporterId: UUID, val reporterName: String, val mentionedAs: String, val reportedQuestion: String, val reportedAnswer: String, val timestamp: Long)(source)

A queued investigation lead derived from a player mention in an interview answer.

Constructors

Link copied to clipboard
constructor(reporterId: UUID, reporterName: String, mentionedAs: String, reportedQuestion: String, reportedAnswer: String, timestamp: Long)

Types

Link copied to clipboard
object Companion

Serialization helpers for InvestigationLead.

Properties

Link copied to clipboard

Raw mention token typed by the reporting player

Link copied to clipboard

Interview answer containing the report

Link copied to clipboard

Interview question that prompted the report

Link copied to clipboard

Player UUID for the person who mentioned someone

Link copied to clipboard

Display name of the reporting player

Link copied to clipboard

Epoch milliseconds when the lead was created