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

    Interface ApiResponseQueryListUsers

    interface ApiResponseQueryListUsers {
        attachedlocal?: { [provider: string]: boolean };
        attachedwik?: { [provider: string]: boolean };
        blockanononly?: boolean;
        blockcomponents?: ApiResponseBlockDetails[];
        blockedby?: string;
        blockedbyid?: number;
        blockedtimestamp?: string;
        blockedtimestampformatted?: string;
        blockemail?: boolean;
        blockexpiry?: string;
        blockexpiryformatted?: string;
        blockexpiryrelative?: string;
        blockid?: number;
        blocknocreate?: boolean;
        blockowntalk?: boolean;
        blockpartial?: boolean;
        blockreason?: string;
        cancreate?: boolean;
        cancreateerror?: unknown;
        centralids?: { [provider: string]: number };
        editcount?: number;
        emailable?: boolean;
        gender?: string;
        groupmemberships?: ApiResponseQueryMetaUserinfoGroupmemberships[];
        groups?: string[];
        hidden?: true;
        implicitgroups?: string[];
        invalid?: true;
        missing?: true;
        name: string;
        registration?: string;
        rights?: string[];
        systemblocktype?: null | string;
        systemuser?: true;
        userid?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attachedlocal?: { [provider: string]: boolean }
    attachedwik?: { [provider: string]: boolean }
    blockanononly?: boolean
    blockcomponents?: ApiResponseBlockDetails[]
    blockedby?: string
    blockedbyid?: number
    blockedtimestamp?: string
    blockedtimestampformatted?: string
    blockemail?: boolean
    blockexpiry?: string
    blockexpiryformatted?: string
    blockexpiryrelative?: string
    blockid?: number
    blocknocreate?: boolean
    blockowntalk?: boolean
    blockpartial?: boolean
    blockreason?: string
    cancreate?: boolean
    cancreateerror?: unknown
    centralids?: { [provider: string]: number }
    editcount?: number
    emailable?: boolean
    gender?: string
    groups?: string[]
    hidden?: true
    implicitgroups?: string[]
    invalid?: true
    missing?: true
    name: string
    registration?: string
    rights?: string[]
    systemblocktype?: null | string
    systemuser?: true
    userid?: number