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

javascript - How to process users in one specific order using map o each function? -

java - Two interface have same method name with different return type -

javascript - Linking from page A to a specific iframe on page B -