- sendCreateGroup(groupName, participants, ephemeral?, parentGroup?): 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;
})[];
}> 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