I'm using python-telegram-bot for one simple bot. Is there any way to make sure all updates that i've got previously are processed before requesting new ones?
Asked
Active
Viewed 175 times
0
-
Is it Bot API issue? You can do it by many ways, with setting flag for example – anatol Apr 11 '17 at 02:21
-
It's not an issue actually, i can always set a flag or something like that, i was just looking for built-in feature for doing such thing. I couldn't find it in docs, maybe i missed something. – bnopne Apr 13 '17 at 05:22