Closed TopoR1 closed 2 years ago
I found a way to create polls using sendPoll, but how do I get the results of what the user has chosen (the user has selected an option or several and clicked vote)?
sendPoll
Hi @TopoR1, you need to listen the events related to the poll
Check this examples: https://github.com/yagop/node-telegram-bot-api/pull/796#issuecomment-623942673
I found a way to create polls using
sendPoll
, but how do I get the results of what the user has chosen (the user has selected an option or several and clicked vote)?