pranavms13 / whatsapp-node-api

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

Receive Audio and images #29

Open leoteixeira2016 opened 3 years ago

leoteixeira2016 commented 3 years ago

Hello, good morning everyone I configured the webhook and am receiving messages normally. but how do I receive audio and images?

webhook receive:

"{\"msg\": {\"mediaKey\":\"Vv+8mnSBfGOAwWiQmNyqRDivWFLwMjAfzqpMqbRZAas=\", \"id\": {\"fromMe\":false, \"remote\":\"-1617571176@g.us\", \"id\":\"8F2CFF8FF777A0CBF5E3C80767A8D142\", \"_serialized\":\"-1617171176@g.us_8F2CFF8FF777A0CBF5E3C80767A8D142\"}, \"ack\":-1, \"hasMedia\":true, \"body\":\"\", \"type\":\"audio\", \"timestamp\":1619725530, \"from\":\"-1617571176@g.us\", \"to\":\"@c.us\", \"author\":\"@c.us\", \"isForwarded\":false, \"isStatus\":false, \"isStarred\":false, \"broadcast\":false, \"fromMe\":false, \"hasQuotedMsg\":false, \"vCards\":[], \"mentionedIds\":[], \"links\":[]} }"

pranavms13 commented 3 years ago

will be added soon