Create new or update a contact in the device
Optional
Use lastName instead
Use syncAddressBook instead, this one with typo was updated
await WPP.contact.save('5533999999999@c.us', 'John', { surname: 'Doe', syncAddressBook: true,}); Copy
await WPP.contact.save('5533999999999@c.us', 'John', { surname: 'Doe', syncAddressBook: true,});
Create new or update a contact in the device