westacks / telebot

Easy way to create Telegram bots in PHP
https://westacks.github.io/telebot/
MIT License
282 stars 44 forks source link

Auto Delete After Set Time #30

Closed FortuneV13 closed 2 years ago

FortuneV13 commented 2 years ago

Would it be possible to add a delete message after say 60 seconds from being sent. I beleive the Telegram API supports this.

Thank you

FortuneV13 commented 2 years ago

https://core.telegram.org/bots/api#deletemessage

punyflash commented 2 years ago

Well, you answered your question by yourself. It is. Best practice will be to have a queued job that you execute after 30 seconds when message was sent.