Create a new list and optionally add chats to it. Works for both personal and business accounts.
Optional
const id = await WPP.lists.create('Family', ['number@c.us', 'number2@c.us']);console.log(id); // '42' Copy
const id = await WPP.lists.create('Family', ['number@c.us', 'number2@c.us']);console.log(id); // '42'
Create a new list and optionally add chats to it. Works for both personal and business accounts.