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

    Interface MentionSpamTriggerMetadata

    interface MentionSpamTriggerMetadata {
        mention_raid_protection_enabled?: boolean | null;
        mention_total_limit?: number | null;
    }
    Index

    Properties

    mention_raid_protection_enabled?: boolean | null
    mention_total_limit?: number | null