Documentation - v0.28.2
    Preparing search index...

    Interface ActionNoForwardsRequest

    Content protection (no-forwards) toggle was requested

    interface ActionNoForwardsRequest {
        expired: boolean;
        newValue: boolean;
        prevValue: boolean;
        type: "no_forwards_request";
    }
    Index

    Properties

    expired: boolean

    Whether this request has expired

    newValue: boolean

    New value

    prevValue: boolean

    Previous value

    type: "no_forwards_request"