laravel-notification-channels / telegram

✈️ Telegram Notifications Channel for Laravel
https://laravel-notification-channels.com/telegram/
MIT License
989 stars 165 forks source link

update message(Custom endpoint overwriting needed) #175

Closed parmonov98 closed 1 year ago

parmonov98 commented 1 year ago

not always we need to send a message but also update a certain messages. in that we cannot write and add another method to impelement the feature.

irazasyed commented 1 year ago

You can use https://github.com/irazasyed/telegram-bot-sdk for such things.