GyverLibs / FastBot

Многофункциональная быстрая библиотека для Телеграм бота на esp8266/esp32
MIT License
187 stars 32 forks source link

Bot stuck in loop --> Missing drop_pending_updates #52

Open EtienneHenger opened 1 year ago

EtienneHenger commented 1 year ago

I am currently running into the issue that my bot for some reason seems to be stuck in a cb loop. I assume it is due to the need to drop_pending_updates see but I am unsure on how to do this with the FastBot library. Does it have support for deleting any pending updates/messages from a group chat?

Any help is greatly appreciated, it is a great library!