pl-api
    Preparing search index...

    Interface MuteAccountParams

    interface MuteAccountParams {
        duration?: number;
        notifications?: boolean;
    }
    Index

    Properties

    duration?: number

    Number. How long the mute should last, in seconds. Defaults to 0 (indefinite).

    notifications?: boolean

    Boolean. Mute notifications in addition to statuses? Defaults to true.