pranavms13 / whatsapp-node-api

A Simple NodeJS API Wrapper for WhatsApp
Other
471 stars 184 forks source link

Reading the message #39

Closed etm-ccoopman closed 2 years ago

etm-ccoopman commented 3 years ago

is it possible to read the text of a message? How can I do it? I'm thinking of using it as a simple bot that expects a "YES" or "NO" answer.

pranavms13 commented 2 years ago

There is a webhook for the package. If there are any incoming messages, it calls the webhook with all the message data.