EmitEventReportAction

data class EmitEventReportAction(val ids: List<Long>? = null, val types: List<String>? = null, val all: Boolean? = null, val note: String? = null)

Target specific reports when emitting a moderation event

Parameters

ids

Target specific report IDs

types

Target reports matching these report types on the subject (fully qualified NSIDs)

all

Target ALL reports on the subject

note

Note to send to reporter(s) when actioning their report

Constructors

Link copied to clipboard
constructor(ids: List<Long>? = null, types: List<String>? = null, all: Boolean? = null, note: String? = null)

Properties

Link copied to clipboard
val all: Boolean?

Target ALL reports on the subject

Link copied to clipboard
val ids: List<Long>?

Target specific report IDs

Link copied to clipboard
val note: String?

Note to send to reporter(s) when actioning their report

Link copied to clipboard

Target reports matching these report types on the subject (fully qualified NSIDs)