VOID ELTINATOR [INFORMATION]
Ir al canal en Telegram
202
Suscriptores
Sin datos24 horas
-17 días
-1330 días
Archivo de publicaciones
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
}
}