MonsterDeveloper / java-telegram-bot-tutorial

Java Telegram Bot Tutorial. Feel free to submit issue if you found a mistake.
https://monsterdeveloper.gitbook.io/java-telegram-bot-tutorial/
312 stars 102 forks source link

if the internet connection is lost #6

Closed bnja009 closed 3 years ago

bnja009 commented 6 years ago

Hello, good afternoon, a question. How is it done to cancel the sending of a message since it takes me a long time to send it, or how do I get it if the internet connection is lost, retrieve the message and send it back?

MonsterDeveloper commented 3 years ago

Hi! As far as I am concerned, it is impossible to cancel the message sending.

If you want to retry sending the messages, you can write a simple wrapper around send command, in which you call the same function (recursively).