venom
venom copied to clipboard
getAllChatsGroups() always return empty
Description
Trying to get list of groups but always return empty
const venom = await create({
session: "xxx",
headless: "new",
browserPathExecutable: "/usr/bin/google-chrome-stable",
}).then(async (client) => {
const groups = await client.getAllChatsGroups(); // result is empty []
});
Environment
- Venom version(s): [5.3.0]
- Browser: [Chrome 131.0.6778.264]
- OS: [Ubuntu]
- Node version: [Node 22]