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
85 stars 25 forks source link

Is it possible to get an event understanding why "Last message was NOT delivered". This is the callback message. #122

Open miguelfernando55 opened 1 year ago

miguelfernando55 commented 1 year ago

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 it is because it is not connected to the server.

Is it possible to have a feedback?