defstudio / telegraph

Telegraph is a Laravel package for fluently interacting with Telegram Bots
MIT License
646 stars 110 forks source link

Implement `sendReaction` Method #260

Open lucidlemon opened 1 year ago

lucidlemon commented 1 year ago

https://core.telegram.org/method/messages.sendReaction

Allows bots to react to messages, useful to display that the bot understood a message and did something with it

Just checked, not yet available in official bot api: https://github.com/tdlib/telegram-bot-api/issues/260

fabio-ivona commented 1 year ago

hi @lucidlemon

we have to wait for it to be implemented in bot API, otherwise, we cannot interact with this feature

DavePodosyan commented 4 months ago

It's already in bot api https://core.telegram.org/bots/api#setmessagereaction

Any plans on getting this available?