@wppconnect/wa-js - v3.19.3
    Preparing search index...

    Interface QueryGroupInviteResult

    interface QueryGroupInviteResult {
        groupInfo: {
            announce: boolean;
            creation: number;
            defaultSubgroup: boolean;
            desc: string;
            descId: string;
            descOwner?: Wid;
            descTime: number;
            generalChatAutoAddDisabled: boolean;
            generalSubgroup: boolean;
            id: Wid;
            isLidAddressingMode: boolean;
            isParentGroup: boolean;
            isParentGroupClosed: boolean;
            membershipApprovalMode: boolean;
            noFrequentlyForwarded: boolean;
            owner?: Wid;
            parent: boolean;
            participants: { id: Wid; isAdmin: boolean; isSuperAdmin: boolean }[];
            pvId?: string;
            restrict: boolean;
            size: number;
            status: number;
            subject: string;
            subjectOwner?: Wid;
            subjectTime: number;
            support: boolean;
            suspended: boolean;
        };
        status: number;
    }
    Index

    Properties

    Properties

    groupInfo: {
        announce: boolean;
        creation: number;
        defaultSubgroup: boolean;
        desc: string;
        descId: string;
        descOwner?: Wid;
        descTime: number;
        generalChatAutoAddDisabled: boolean;
        generalSubgroup: boolean;
        id: Wid;
        isLidAddressingMode: boolean;
        isParentGroup: boolean;
        isParentGroupClosed: boolean;
        membershipApprovalMode: boolean;
        noFrequentlyForwarded: boolean;
        owner?: Wid;
        parent: boolean;
        participants: { id: Wid; isAdmin: boolean; isSuperAdmin: boolean }[];
        pvId?: string;
        restrict: boolean;
        size: number;
        status: number;
        subject: string;
        subjectOwner?: Wid;
        subjectTime: number;
        support: boolean;
        suspended: boolean;
    }

    Type Declaration

    • announce: boolean
    • creation: number
    • defaultSubgroup: boolean
    • desc: string

      description of the group; linebreaks are formatted using "\n"

    • descId: string
    • OptionaldescOwner?: Wid
    • descTime: number
    • generalChatAutoAddDisabled: boolean
    • generalSubgroup: boolean
    • id: Wid
    • isLidAddressingMode: boolean
    • isParentGroup: boolean
    • isParentGroupClosed: boolean
    • membershipApprovalMode: boolean
    • noFrequentlyForwarded: boolean
    • Optionalowner?: Wid
    • parent: boolean
    • participants: { id: Wid; isAdmin: boolean; isSuperAdmin: boolean }[]
    • OptionalpvId?: string
    • restrict: boolean
    • size: number

      how many members the group currently has

    • status: number
    • subject: string

      title of the group

    • OptionalsubjectOwner?: Wid
    • subjectTime: number
    • support: boolean
    • suspended: boolean
    status: number