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_updatessee 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!
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!