getUpdates returns a single message, but as no limit is passed to Telegram, Telegram can return up to 100 messages in the response back.
If getUpdates is only going to return a single message, then a limit of 1 should be passed to Telegram to reduce the amount of data that Telegram returns to only what the library will use.
getUpdates returns a single message, but as no limit is passed to Telegram, Telegram can return up to 100 messages in the response back.
If getUpdates is only going to return a single message, then a limit of 1 should be passed to Telegram to reduce the amount of data that Telegram returns to only what the library will use.
Relevant Api docs here
Apologies again that I can not submit a pull request as I do not have a compatible board