Documentation - v0.27.1
    Preparing search index...

    Interface ChatActionToggleAntiSpam

    Aggressive anti-spam has been toggled

    interface ChatActionToggleAntiSpam {
        enabled: boolean;
        type: "toggle_anti_spam";
    }
    Index

    Properties

    Properties

    enabled: boolean

    Whether the chat now has aggressive anti-spam enabled

    type: "toggle_anti_spam"