eternnoir / pyTelegramBotAPI

Python Telegram bot api.
GNU General Public License v2.0
8.07k stars 2.03k forks source link

Some PollAnswer are being ignored and not submitted for result. #2084

Closed saurav-2k01 closed 11 months ago

saurav-2k01 commented 11 months ago

Please answer these questions before submitting your issue. Thanks!

  1. What version of pyTelegramBotAPI are you using? 4.12.0
  2. What OS are you using? Windows 10
  3. What version of python are you using? Python 3.9.6

Hello I am trying to make quiz bot, where multiple users can play quiz in multiple groups at the same time. And after that I have to show them their result. For that I have to collect PollAnswer, but some of the pollAnswer are being ignored before submitting, it is working good for single user but not for multiple users. The answers are submitted to telegram app, but not in the backend because it is being ignored. I am waiting for your response, Thank you.

coder2020official commented 11 months ago

Hello, can you provide code and tell whether you are using timed polls or not

saurav-2k01 commented 11 months ago

Sorry for bothering, the problem is solved. There was a mistake in my code. Thank you.