#how post('send-message with mentions?

6 messages · Page 1 of 1 (latest)

kindred spruce
#

how post('/send-message with mention in whatsapp-web.js, please help?

dreamy falcon
#

pass a contact in an array in the propery mentions

#
chat.sendMessage('some message', { mentions: [somecontact] })
#

you can pass multiple contacts, i mean its an array

sudden fjord
#

What do you mean chat

#

what is chat ?