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

    Interface KeywordUpsertRequestPartial

    interface KeywordUpsertRequestPartial {
        actions?:
            | (
                | BlockMessageAction
                | FlagToChannelAction
                | QuarantineUserAction
                | UserCommunicationDisabledAction
            )[]
            | null;
        enabled?: boolean
        | null;
        event_type?: AutomodEventType;
        exempt_channels?: `${bigint}`[] | null;
        exempt_roles?: `${bigint}`[] | null;
        name?: string;
        trigger_metadata?: KeywordTriggerMetadata | null;
        trigger_type?: KEYWORD;
    }
    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_metadata?: KeywordTriggerMetadata | null
    trigger_type?: KEYWORD