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

    Interface ApiResponseQueryListThreads

    interface ApiResponseQueryListThreads {
        ancestor?: string;
        author?: ApiResponseQueryListThreadsAuthor;
        content?: string;
        created?: string;
        id?: string;
        modified?: string;
        pagens?: number;
        pagetitle?: string;
        parent?: null | string;
        reactions?: [] | { [key: string]: ApiResponseQueryListThreadsReactions };
        replies?: [] | { [thread_id: string]: ApiResponseQueryListThreadsReplies };
        rootid?: string;
        signature?: null | string;
        subject?: null | string;
        summaryid?: null | string;
        type?: string;
    }
    Index

    Properties

    ancestor?: string
    content?: string

    thrender=true

    created?: string
    id?: string
    modified?: string
    pagens?: number
    pagetitle?: string
    parent?: null | string
    reactions?: [] | { [key: string]: ApiResponseQueryListThreadsReactions }
    replies?: [] | { [thread_id: string]: ApiResponseQueryListThreadsReplies }
    rootid?: string
    signature?: null | string
    subject?: null | string
    summaryid?: null | string
    type?: string