AutoModRuleUpdateEntry

class AutoModRuleUpdateEntry()

Audit log entry for an auto moderation rule update action.

exported from lib.weeble.d

Extends:

Properties

AutoModRuleUpdateEntry.actionType

type: readonly 141

The type of action this entry represents.

AutoModRuleUpdateEntry.changes

type: readonly { enabled?: IActionChange<boolean>; name?: IActionChange<string>; triggerMetadata?: IActionChange<AutoModTriggerMetadata>; }

Raw changes object (use subclass for typed access).