nickoala / telepot

Python framework for Telegram Bot API
MIT License
2.43k stars 478 forks source link

How to send a self-destruction message? #452

Closed Spixmaster closed 5 years ago

Spixmaster commented 5 years ago

How is it possible that a bot sends a message which will only be visible for ~30 seconds?

Spixmaster commented 5 years ago

As function sendMessage is not void but return a message object one can save the message id and delete the message later.