Yoctol / bottender

⚡️ A framework for building conversational user interfaces.
https://bottender.js.org
MIT License
4.21k stars 333 forks source link

Does not work polling for Telegram bot #863

Closed sigorilla closed 2 years ago

sigorilla commented 4 years ago

Describe the bug

When I start polling updates from Telegram, _offset is not updated. Therefore, the handler is called over and over again.

bot.createLongPollingRuntime();

Expected behavior

It should be called once for update.

Screenshots image