@typed-discord/rest
    Preparing search index...

    Interface DefaultKeywordListUpsertRequest

    interface DefaultKeywordListUpsertRequest {
        actions?:
            | (
                | BlockMessageAction
                | FlagToChannelAction
                | QuarantineUserAction
                | UserCommunicationDisabledAction
            )[]
            | null;
        enabled?: boolean
        | null;
        event_type: AutomodEventType;
        exempt_channels?: `${bigint}`[] | null;
        exempt_roles?: `${bigint}`[] | null;
        name: string;
        trigger_metadata: DefaultKeywordListTriggerMetadata;
        trigger_type: DEFAULT_KEYWORD_LIST;
    }
    Index

    Properties

    actions?:
        | (
            | BlockMessageAction
            | FlagToChannelAction
            | QuarantineUserAction
            | UserCommunicationDisabledAction
        )[]
        | null
    enabled?: boolean | null
    event_type: AutomodEventType
    exempt_channels?: `${bigint}`[] | null
    exempt_roles?: `${bigint}`[] | null
    name: string
    trigger_type: DEFAULT_KEYWORD_LIST