python - Telegram Bot API stopped getting new Updates -


i'm using getupdates method telegram bot api, , after while last update won't change, when send new messages, don't error message.

is there request limit ?

currently i'm doing request every 2 seconds, should wait more ?

the bot on github

i fixed it! problem was not sending last updates processed param getting same 100 las updates day, in conclusion, send last processed update id parameter on you'r request.


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

asp.net core mvc - How important is the global.json and src folder? -

c++ - Using Gtest how return different values in ON_CALL? -