venom icon indicating copy to clipboard operation
venom copied to clipboard

getAllChatsGroups() always return empty

Open yudyananda opened this issue 9 months ago • 0 comments

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]

yudyananda avatar Mar 09 '25 13:03 yudyananda