AsyncTelegram2
AsyncTelegram2 copied to clipboard
Powerful, flexible and secure Arduino Telegram BOT library. Hardware independent, it can be used with any MCU capable of handling an SSL connection.
When you try to send message with '
When I tried to use this function with InlineKeyboard to dynamically generate keyboard with CallbackType at setup. It will show me that text and command is alright when I try...
The problem is that the bot stops working after that period of time if no messages are sent from user to bot or sent from bot to user. I found...
Hello, dear Tolentino. This is not a problem or a bug, but rather a question, sorry if I posted it incorrectly. I'm using the echoBot example, on an ESP32, CLIENTSSL...
Hi all! There is an ESP32-cam module and the need to send messages to telegrams at a certain interval. It would seem nothing complicated. Start the timer, send messages when...
Example ESP32-CAM-PIR.ino does not work with motion sensor HC-SR501. When the sensor is connected at the initialization stage, the error **"SD Mount Failed"** occurs. And accordingly further the code works...
AsyncTelegram2 version 2.2.1 and 2.2.2 board ESP8266 No change to default format style, so it is HTML. Built with VisualStudioCode PlatformIO, default board params. I occasionally get an _incomplete_ error,...
What is needed to implement long polling? Simply changing the timeout value in https://github.com/cotestatnt/AsyncTelegram2/blob/e48c5a940ac1700b28f33b5c673e03de2d6420b6/src/AsyncTelegram2.cpp#L138 does not work, at least not in my setup. I was expecting this to work, since...
Sometimes the message is delivered and sometimes it is not. If it is not, I want to send again. But the event that might cause this may vary. Imagine that...
When it is not connected to the server, the uC hangs. It also should be async.