• Parameters

    Returns Promise<{
        gid: WAJS.whatsapp.Wid;
        participants: ({
            [key: `${number}@c.us`]: {
                code: string;
                invite_code: string | null;
                invite_code_exp: string | null;
            };
        } | {
            code: string;
            invite_code: string | null;
            invite_code_exp: string | null;
            userWid: WAJS.whatsapp.Wid;
        })[];
    }>

    Whatsapp

    79583