masto
    Preparing search index...

    Interface MuteAccountParams

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

    Properties

    duration?: number

    Duration to mute in seconds. Defaults to 0 (indefinite).

    notifications?: boolean

    Mute notifications in addition to statuses? Defaults to true.