export interface APIAutoModerationRule
https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-auto-moderation-rule-structure
externalAPIAutoModerationAction[] actions :
The actions which will execute when this rule is triggered
externalSnowflake creator_id :
The user id who created this rule
externalboolean enabled :
Whether this rule is enabled
externalAutoModerationRuleEventType event_type :
The rule event type
externalSnowflake[] exempt_channels :
The channel ids that shouldn't be affected by this rule (Maximum of 50)
externalSnowflake[] exempt_roles :
The role ids that shouldn't be affected by this rule (Maximum of 20)
externalSnowflake guild_id :
The guild which this rule belongs to
externalSnowflake id :
The id of this rule
externalstring name :
The rule name
externalAPIAutoModerationRuleTriggerMetadata trigger_metadata :
The rule trigger metadata
externalAutoModerationRuleTriggerType trigger_type :
The rule trigger type