interface AutoModerationTriggerMetadata {
    allowList: readonly string[];
    keywordFilter: readonly string[];
    mentionRaidProtectionEnabled: boolean;
    mentionTotalLimit: null | number;
    presets: readonly AutoModerationRuleKeywordPresetType[];
    regexPatterns: readonly string[];
}

Properties

allowList: readonly string[]
keywordFilter: readonly string[]
mentionRaidProtectionEnabled: boolean
mentionTotalLimit: null | number
regexPatterns: readonly string[]