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

    Interface MentionSpamUpsertRequest

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