whatsapp-api
whatsapp-api copied to clipboard
vote_update not working
Hello, I have an issue with the poll vote event. I manage a webhook for all necessary events, and I want to add vote_update. However, when I add client.on('vote_update', ...), the event doesn't get triggered
Please help
The vote_update event is not being dispatched by the service. Feel free to switch to a forked project, where this event is added https://github.com/avoylenko/wwebjs-api or you can open PR with added functionality.