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

    Interface ApiResponseQueryListLogeventsParams

    interface ApiResponseQueryListLogeventsParams {
        auto?: boolean;
        blockId?: number;
        cascade?: boolean;
        curid?: number;
        description?: string;
        details?: { cascade: boolean; expiry: string; level: string; type: string }[];
        duration?: string | number;
        "duration-l10n"?: string;
        edits?: number;
        expiry?: string;
        flags?: string[];
        ids?: number[];
        img_sha1?: string;
        img_timestamp?: string;
        new?: {
            bitmask: number;
            comment: boolean;
            content: boolean;
            restricted: boolean;
            user: boolean;
        };
        newgroups?: string[];
        newmetadata?: { expiry: string; group: string }[];
        newuser?: string;
        old?: {
            bitmask: number;
            comment: boolean;
            content: boolean;
            restricted: boolean;
            user: boolean;
        };
        oldgroups?: string[];
        oldmetadata?: { expiry: string; group: string }[];
        oldtitle_ns?: number;
        oldtitle_title?: string;
        olduser?: string;
        previd?: number;
        restrictions?: {
            actions?: ApiActionRestrictions[];
            namespaces?: number[];
            pages?: { page_ns: number; page_title: string }[];
        };
        sitewide?: boolean;
        suppressredirect?: boolean;
        target_ns?: number;
        target_title?: string;
        type?: string;
        url?: string;
        userid?: number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    auto?: boolean
    blockId?: number
    cascade?: boolean
    curid?: number
    description?: string
    details?: { cascade: boolean; expiry: string; level: string; type: string }[]
    duration?: string | number
    "duration-l10n"?: string
    edits?: number
    expiry?: string
    flags?: string[]
    ids?: number[]
    img_sha1?: string
    img_timestamp?: string
    new?: {
        bitmask: number;
        comment: boolean;
        content: boolean;
        restricted: boolean;
        user: boolean;
    }
    newgroups?: string[]
    newmetadata?: { expiry: string; group: string }[]
    newuser?: string
    old?: {
        bitmask: number;
        comment: boolean;
        content: boolean;
        restricted: boolean;
        user: boolean;
    }
    oldgroups?: string[]
    oldmetadata?: { expiry: string; group: string }[]
    oldtitle_ns?: number
    oldtitle_title?: string
    olduser?: string
    previd?: number
    restrictions?: {
        actions?: ApiActionRestrictions[];
        namespaces?: number[];
        pages?: { page_ns: number; page_title: string }[];
    }
    sitewide?: boolean
    suppressredirect?: boolean
    target_ns?: number
    target_title?: string
    type?: string
    url?: string
    userid?: number