export interface APIAutoModerationRuleTriggerMetadata
https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-trigger-metadata
optionalexternalstring[] allow_list? :
Substrings which will be exempt from triggering the preset trigger type (Maximum of 1000)A allowed-word can be a phrase which contains multiple words. Wildcard symbols can be used to customize how each string will be matched. Each keyword must be 60 characters or less See [keyword matching strategies](https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-keyword-matching-strategies)Associated trigger types: Keyword, KeywordPreset, MemberProfile
optionalexternalstring[] keyword_filter? :
Substrings which will be searched for in content (Maximum of 1000)A keyword can be a phrase which contains multiple words. Wildcard symbols can be used to customize how each string will be matched. Each keyword must be 60 characters or less See [keyword matching strategies](https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-keyword-matching-strategies)Associated trigger types: Keyword, MemberProfile
optionalexternalboolean mention_raid_protection_enabled? :
Whether to automatically detect mention raidsAssociated trigger type: MentionSpam
optionalexternalnumber mention_total_limit? :
Total number of mentions (role & user) allowed per message (Maximum of 50)Associated trigger type: MentionSpam
optionalexternalAutoModerationRuleKeywordPresetType[] presets? :
The internally pre-defined wordsets which will be searched for in contentAssociated trigger type: KeywordPreset
optionalexternalstring[] regex_patterns? :
Regular expression patterns which will be matched against content (Maximum of 10)Only Rust flavored regex is currently supported (Maximum of 260 characters)Associated trigger types: Keyword, MemberProfile