cotestatnt / AsyncTelegram2

Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.
MIT License
83 stars 25 forks source link

Synchronization with Telegram server by command #137

Open SergGrn opened 4 months ago

SergGrn commented 4 months ago

Hello, Tolentino! How can I synchronize a device with the Telegram server by command, and not with a specified time period in the myBot.setUpdateTime() function? This function works fine, no problems. But I need requests to the server to go according to my command, and not with a set period of time... That is, I will have some kind of flag by which synchronization with the server will occur, is this possible?

Thanks for the wonderful library!