Interface RawAutoModerationActionExecution

interface RawAutoModerationActionExecution {
    action: RawAutoModerationAction;
    alert_system_message_id?: string;
    channel_id?: string;
    content: string;
    guild_id: string;
    matched_content: string;
    matched_keyword: null | string;
    message_id?: string;
    rule_id: string;
    rule_trigger_type: AutoModerationTriggerTypes;
    user_id: string;
}

Properties

alert_system_message_id?: string
channel_id?: string
content: string
guild_id: string
matched_content: string
matched_keyword: null | string
message_id?: string
rule_id: string
rule_trigger_type: AutoModerationTriggerTypes
user_id: string