I have been using https://api.telegram.org/bot${TELEGRAM_BOT_TOKEN}/getUpdates
in my code for a few days and when randomly testing today i found many previous entries were missing which were there previously. So, is there any limit to how many results it can show after removing them and showing new ones and if yes how do i get all entries?
i tried using https://api.telegram.org/bot${TELEGRAM_BOT_TOKEN}/getUpdates
. I expected it to give all entries but displayed only a few.
Sarthak Tyagi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.