Replies: 1 comment
-
With webhooks - you need to call process_new_updates function by your own, but polling does it for you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In official docs, we should set a Webhook or use bot.getUpdates() to get the latest message manually to handle it.
Thanks to your efforts, bot.polling() working with some decorators seems to solve the problem. And it's needless to set a keep-running program to get new messages, and call the handler function by myself, do I say right?
Beta Was this translation helpful? Give feedback.
All reactions