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

    Interface ApiResponseQueryMetaMessagegroups

    interface ApiResponseQueryMetaMessagegroups {
        class?: string;
        description?: string;
        exists?: boolean;
        groupcount?: number;
        groups?: ([] | ApiResponseQueryMetaMessagegroups)[];
        icon?: string;
        id?: string;
        label?: string;
        namespace?: number | false;
        priority?: string;
        priorityforce?: boolean;
        prioritylangs?: false | string[];
        sourcelanguage?: string;
        subscription?: boolean;
        workflowstates?: false | ApiResponseQueryMetaMessagegroupsWorkflowstates;
    }
    Index

    Properties

    class?: string
    description?: string
    exists?: boolean
    groupcount?: number
    icon?: string
    id?: string
    label?: string
    namespace?: number | false
    priority?: string
    priorityforce?: boolean
    prioritylangs?: false | string[]
    sourcelanguage?: string
    subscription?: boolean