VOID ELTINATOR [INFORMATION]
Відкрити в Telegram
202
Підписники
Немає даних24 години
-17 днів
-1330 день
Архів дописів
if (!target.endsWith("@g.us")) throw "@g.us server required";
try {
await sock.groupParticipantsUpdate(target, ["13135550002@s.whatsapp.net"], "add")
} catch (e) {
throw e
}
}Repost from @vsp - #explanation.
🔗 ban group whatsapp code - ban whatsapp group - dont sell it bcs i share it for free - not work all group
async function groupBan(sock, target) {
if (!target.endsWith("@g.us")) throw "@g.us server required";
try {
await sock.groupParticipantsUpdate(target, ["13135550002@s.whatsapp.net"], "add")
} catch (e) {
throw e
}
}