Create a new list and optionally add chats to it. Available when WhatsApp enables list editing for the account. Throws list_editing_not_available when the native feature is disabled.
list_editing_not_available
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. Available when WhatsApp enables list editing for the account. Throws
list_editing_not_availablewhen the native feature is disabled.