You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The underlying library Universal-Telegram-Bot uses polling to receive new messages. Frequency of polling determines how quickly bot will react on your commands. The default set in the sketch is 10 seconds, meaning bot will lazily respond to your command anytime between 0 and 10 seconds. In this application it is not important to have fast response, but if you want to make it quicker, change POLL_INTERVAL constant in Telegram.cpp. Note that even with 10 seconds the application generates a lot of traffic (like tens of GB per month). The reason for this is not yet understood — it could be a bug or misuse of the library.
This bug is to investigate the traffic issue.
The text was updated successfully, but these errors were encountered:
From documentation:
This bug is to investigate the traffic issue.
The text was updated successfully, but these errors were encountered: