ModTool

data class ModTool(val name: String, val meta: JsonContent? = null)

Moderation tool information for tracing the source of the action

Parameters

name

Name/identifier of the source (e.g., 'automod', 'ozone/workspace')

meta

Additional arbitrary metadata about the source

Constructors

Link copied to clipboard
constructor(name: String, meta: JsonContent? = null)

Properties

Link copied to clipboard

Additional arbitrary metadata about the source

Link copied to clipboard

Name/identifier of the source (e.g., 'automod', 'ozone/workspace')