Documentation - v0.28.2
    Preparing search index...

    Interface ActionNoForwardsToggle

    Content protection (no-forwards) was toggled

    interface ActionNoForwardsToggle {
        newValue: boolean;
        prevValue: boolean;
        type: "no_forwards_toggle";
    }
    Index

    Properties

    newValue: boolean

    New value

    prevValue: boolean

    Previous value

    type: "no_forwards_toggle"