We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After WhatsApp is updated, vote_update event is not able to trigger anymore, however I saw similar case #3207 but it's closed.
Is it not planned to be developed in future? Is there any alternative solution to know someone voted in poll?
Vote_update event is working or alternative to know poll voted.
No response
The text was updated successfully, but these errors were encountered:
Use this simple trick and the event will work, open the chat window just after sending a poll.
const poll = new Poll('Do you prefer?', ['Cat', 'Dog']); const msgVote = await client.sendMessage('xxxxxxxxx@c.us', poll); const chatWindow = await client.interface.openChatWindow('xxxxxxxxx@c.us');
Sorry, something went wrong.
Use this simple trick and the event will work, open the chat window just after sending a poll. const poll = new Poll('Do you prefer?', ['Cat', 'Dog']); const msgVote = await client.sendMessage('xxxxxxxxx@c.us', poll); const chatWindow = await client.interface.openChatWindow('xxxxxxxxx@c.us');
Because we have a lot of customers to send, maybe 100 customers, we can't open 100 chat window and wait for them to vote.
You don't need to open a chat and wait for the vote, is just open the chat at least once.
No branches or pull requests
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
After WhatsApp is updated, vote_update event is not able to trigger anymore, however I saw similar case #3207 but it's closed.
Is it not planned to be developed in future?
Is there any alternative solution to know someone voted in poll?
Describe the solution you'd like.
Vote_update event is working or alternative to know poll voted.
Describe an alternate solution.
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: