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

    Interface Revision

    Object that holds information about a revision, returned by Mwbot.read.

    See also https://www.mediawiki.org/wiki/API:Edit.

    interface Revision {
        baserevid: number;
        basetimestamp: string;
        content: string;
        ns: number;
        pageid: number;
        starttimestamp: string;
        title: string;
        user?: string;
    }
    Index

    Properties

    baserevid: number
    basetimestamp: string
    content: string
    ns: number
    pageid: number
    starttimestamp: string
    title: string
    user?: string

    This property may be missing if the editor is revdel'd.