tucnak / telebot

Telebot is a Telegram bot framework in Go.
MIT License
3.98k stars 464 forks source link

[Question/Bug?] OnPoll doesn't receive any poll #565

Closed Clashkid155 closed 1 year ago

Clashkid155 commented 1 year ago

When using telebot.OnPoll on a handler, I don't get any poll information when I send a poll to the bot, I have to stop the poll before any information is received. I want to make something similar to the official telegram quiz bot.

demget commented 1 year ago
Bots receive only updates about stopped polls and polls, which are sent by the bot
Clashkid155 commented 1 year ago

Thanks for your reply. The official quiz bot seems to be different cause i sent a poll and it actually works without stopping it.