You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Able to send Poll Message await WPP.chat.sendCreatePollMessage( '[email protected]', 'A poll name', ['Option 1', 'Option 2', 'Option 3'] );
Able to get Message Id
But when i am trying to get Votes , await WPP.chat.getVotes('[email protected]_3EB0AE9A570FB206772392')
It Shows [email protected]_3EB0AE9A570FB206772392 not not a poll
I don't understood what wrong i am doing , Please guide
The text was updated successfully, but these errors were encountered:
Able to send Poll Message
await WPP.chat.sendCreatePollMessage( '[email protected]', 'A poll name', ['Option 1', 'Option 2', 'Option 3'] );
Able to get Message Id
But when i am trying to get Votes ,
await WPP.chat.getVotes('[email protected]_3EB0AE9A570FB206772392')
It Shows
[email protected]_3EB0AE9A570FB206772392 not not a poll
I don't understood what wrong i am doing , Please guide
The text was updated successfully, but these errors were encountered: