pl-api
    Preparing search index...

    Interface AdminGetStatusesParams

    interface AdminGetStatusesParams {
        limit?: number;
        local_only?: boolean;
        with_private?: boolean;
        with_reblogs?: boolean;
    }
    Index

    Properties

    limit?: number
    local_only?: boolean
    with_private?: boolean
    with_reblogs?: boolean