jlmadurga / django-telegram-bot-demo

Django app demo using django-telegram-bot app.
8 stars 3 forks source link

Missing Conversation Updates on Webhook #2

Open Pauldic opened 6 years ago

Pauldic commented 6 years ago

I try running python-telegram-bot conversationbot.py example but noticed the bot will Only respond the /start command when the subsequent responses will be missed till after 5-8 repeats. Same example works absolutely fine when I witched to POLLING.