AsyncTelegram icon indicating copy to clipboard operation
AsyncTelegram copied to clipboard

Async Arduino Telegram BOT Library for ESP8266 and ESP32

Results 4 AsyncTelegram issues
Sort by recently updated
recently updated
newest added

Thanks for library! One problem. sendToChannel works only one time. `void loop() ..... if ((millis() - temp_start) > 30000) { temp_start = millis(); tm* _tm; time_t utcTime = time(NULL); _tm...

при отправки боту обновленного бин файла с подписью fw он шлет в обратку: Error: file caption is not 'fw и Send firmware binary file ###.bin with caption 'fw' а в...

I am trying to expand ESP32-CAM.ino for my needs. An image request by /takeFoto command from my Bot works great. But when I trying to initiate capturing and sending an...

I modified the inlinekeyboard example and my bot is now working with messages of type MessageText MessageQuery MessageContact As I was testing my bot I accidentally send a GIF from...