Hi there,
In the examples, if you send anything but a message, your bot will keep on trying to get this update and will never increment its update counter.
https://github.com/leandrotoledo/python-telegram-bot/blob/master/examples/echobot.py#L62
Should always be execute, not just for an update. (also applies to the other example)
Thanks for the library, I like it!