Method to receive incoming updates using long polling
List the types of updates you want your bot to receive
Limits the number of updates to be retrieved
Identifier of the first update to be returned
Timeout for long polling
TelegramBot.getUpdates, https://core.telegram.org/bots/api#getupdates
See Implementation
Method to receive incoming updates using long polling