export interface RESTPostAPIAutoModerationRuleJSONBody
See also: https://discord.com/developers/docs/resources/auto-moderation#create-auto-moderation-rule
APIAutoModerationAction[] actions :
The actions which will execute when this rule is triggered
AutoModerationRuleEventType event_type :
The rule event type
The channel ids that shouldn't be affected by this rule (Maximum of 50)
The role ids that shouldn't be affected by this rule (Maximum of 20)
string name :
The rule name
optionalAPIAutoModerationRuleTriggerMetadata | undefined trigger_metadata? :
The rule trigger metadataCan be omitted if the trigger type is Spam
AutoModerationRuleTriggerType trigger_type :
The rule trigger type