ModEventMuteReporter

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

Mute incoming reports from an account

Parameters

durationInHours

Indicates how long the account should remain muted. Falsy value here means a permanent mute.

Constructors

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

Properties

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

Indicates how long the account should remain muted. Falsy value here means a permanent mute.