mwbot-ts - v1.2.7
    Preparing search index...

    Interface ApiResponseQueryPagesPropRevisions

    Generated by ApiQueryRevisionsBase::extractRevisionInfo, ApiQueryRevisionsBase::extractAllSlotInfo, and ApiQueryRevisionsBase::extractSlotInfo.

    interface ApiResponseQueryPagesPropRevisions {
        anon?: true;
        badcontentformat?: true;
        badcontentformatforparsetree?: true;
        comment?: string;
        commenthidden?: true;
        content?: string;
        contentformat?: string;
        contentmodel?: string;
        diff?: {
            badcontentformat?: true;
            body?: string;
            from?: number;
            notcached?: true;
            to?: number;
        };
        minor?: boolean;
        parentid?: number;
        parsedcomment?: string;
        parsetree?: string;
        revid?: number;
        roles?: string[];
        sha1?: string;
        sha1hidden?: true;
        size?: number;
        slots?: {
            main: {
                badcontentformat?: true;
                content?: string;
                contentformat?: string;
                contentmodel?: string;
                missing?: true;
                sha1?: string;
                sha1hidden?: true;
                size?: number;
                texthidden?: true;
                textmissing?: true;
            };
        };
        slotsmissing?: true;
        suppressed?: true;
        tags?: string[];
        temp?: true;
        textmissing?: true;
        timestamp?: string;
        user?: string;
        userhidden?: true;
        userid?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    anon?: true
    badcontentformat?: true
    badcontentformatforparsetree?: true
    comment?: string
    commenthidden?: true
    content?: string

    Specify the rvslots parameter.

    contentformat?: string

    Specify the rvslots parameter.

    contentmodel?: string

    Specify the rvslots parameter.

    diff?: {
        badcontentformat?: true;
        body?: string;
        from?: number;
        notcached?: true;
        to?: number;
    }
    minor?: boolean
    parentid?: number
    parsedcomment?: string
    parsetree?: string

    Use action=expandtemplates or action=parse instead.

    revid?: number
    roles?: string[]
    sha1?: string
    sha1hidden?: true
    size?: number
    slots?: {
        main: {
            badcontentformat?: true;
            content?: string;
            contentformat?: string;
            contentmodel?: string;
            missing?: true;
            sha1?: string;
            sha1hidden?: true;
            size?: number;
            texthidden?: true;
            textmissing?: true;
        };
    }
    slotsmissing?: true
    suppressed?: true
    tags?: string[]
    temp?: true
    textmissing?: true
    timestamp?: string
    user?: string
    userhidden?: true
    userid?: number