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 ?
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
Post a Comment