Function sendAddParticipants
- sendAddParticipants(group, participants): Promise<{
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;
})[];
status: number;
[key: `${number}@c.us`]: number;
}> Returns Promise<{
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;
})[];
status: number;
[key: `${number}@c.us`]: number;
}>
Whatsapp
437722 >= 2.2222.8