interface RawTriggerMetadata {
    allow_list?: string[];
    keyword_filter?: string[];
    mention_raid_protection_enabled?: boolean;
    mention_total_limit?: number;
    presets?: AutoModerationKeywordPresetTypes[];
    regex_patterns?: string[];
}

Properties

allow_list?: string[]

KEYWORD, KEYWORD_PRESET, MEMBER_PROFILE

keyword_filter?: string[]

KEYWORD, MEMBER_PROFILE

mention_raid_protection_enabled?: boolean

MENTION_SPAM

mention_total_limit?: number

MENTION_SPAM

KEYWORD_PRESET

regex_patterns?: string[]

KEYWORD, MEMBER_PROFILE