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

    Interface MentionSpamRuleResponse

    interface MentionSpamRuleResponse {
        actions: (
            | BlockMessageActionResponse
            | FlagToChannelActionResponse
            | QuarantineUserActionResponse
            | UserCommunicationDisabledActionResponse
        )[];
        creator_id: `${bigint}`;
        enabled: boolean;
        event_type: AutomodEventType;
        exempt_channels: `${bigint}`[];
        exempt_roles: `${bigint}`[];
        guild_id: `${bigint}`;
        id: `${bigint}`;
        name: string;
        trigger_metadata: MentionSpamTriggerMetadataResponse;
        trigger_type: MENTION_SPAM;
    }
    Index

    Properties

    creator_id: `${bigint}`
    enabled: boolean
    event_type: AutomodEventType
    exempt_channels: `${bigint}`[]
    exempt_roles: `${bigint}`[]
    guild_id: `${bigint}`
    id: `${bigint}`
    name: string
    trigger_type: MENTION_SPAM