devlikeapro / waha

WAHA - WhatsApp HTTP API (REST API) that you can configure in a click! Two engines: chromium-based WEBJS and pure-websocket NOWEB
https://waha.devlike.pro/
Apache License 2.0
878 stars 273 forks source link

WEBJS - add poll API and events #189

Open allburov opened 12 months ago

allburov commented 12 months ago

Relates to https://github.com/devlikeapro/whatsapp-http-api/issues/131

KKshitiz commented 7 months ago

Hey @allburov, it seems that the send poll functionality is now available in Whatsapp-webjs https://github.com/pedroslopez/whatsapp-web.js/issues/2615.

Can you please check and let me know if you plan to implement it soon? Thanks.

allburov commented 7 months ago

@KKshitiz great news! The problem right now that with webjs you can send a poll, but you can't get votes for that :( https://github.com/pedroslopez/whatsapp-web.js/pull/1887

Does it make sense for you to only send polls without getting the answers? I'd wait the full support first before starting working on that