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