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

    Interface ApiResponseEditSuccess

    A variant of ApiResponseEdit where the result property is guaranteed to be 'Success'. Used in Mwbot.create, Mwbot.save, and Mwbot.edit.

    interface ApiResponseEditSuccess {
        contentmodel?: string;
        new?: true;
        newrevid?: number;
        newtimestamp?: string;
        nochange?: true;
        oldrevid?: number;
        pageid?: number;
        result: "Success";
        tempusercreated?: true;
        tempusercreatedredirect?: string;
        title?: string;
        watched?: true;
        watchlistexpiry?: string;
    }

    Hierarchy

    Index

    Properties

    contentmodel?: string
    new?: true
    newrevid?: number
    newtimestamp?: string
    nochange?: true
    oldrevid?: number
    pageid?: number
    result: "Success"
    tempusercreated?: true
    tempusercreatedredirect?: string
    title?: string
    watched?: true
    watchlistexpiry?: string