masto
    Preparing search index...

    Interface MuteAccountParams

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

    Properties

    duration?: number | null

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

    notifications?: boolean | null

    Mute notifications in addition to statuses? Defaults to true.