telegraph icon indicating copy to clipboard operation
telegraph copied to clipboard

Implement `sendReaction` Method

Open lucidlemon opened this issue 3 years ago • 2 comments

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

lucidlemon avatar Nov 15 '22 10:11 lucidlemon

hi @lucidlemon

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

fabio-ivona avatar Nov 15 '22 17:11 fabio-ivona

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

Any plans on getting this available?

DavePodosyan avatar Feb 23 '24 15:02 DavePodosyan

Implemented in #641

MarioGattolla avatar Sep 26 '24 08:09 MarioGattolla