ModEventMute

data class ModEventMute(val comment: String? = null, val durationInHours: Long)

Mute incoming reports on a subject

Constructors

Link copied to clipboard
constructor(comment: String? = null, durationInHours: Long)

Properties

Link copied to clipboard
val comment: String? = null
Link copied to clipboard

Indicates how long the subject should remain muted.