ModEventReverseTakedown
data class ModEventReverseTakedown(val comment: String? = null, val policies: List<String>? = null, val severityLevel: String? = null, val strikeCount: Long? = null)
Revert take down action on a subject
Parameters
comment
Describe reasoning behind the reversal.
policies
Names/Keywords of the policy infraction for which takedown is being reversed.
severityLevel
Severity level of the violation. Usually set from the last policy infraction's severity.
strikeCount
Number of strikes to subtract from the user's strike count. Usually set from the last policy infraction's severity.