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