go-telegram-bot-api / telegram-bot-api

Golang bindings for the Telegram Bot API
https://go-telegram-bot-api.dev
MIT License
5.72k stars 880 forks source link

Support message reactions #506

Closed mappu closed 2 years ago

mappu commented 2 years ago

Hi, this repo is awesome, thanks -

Message reactions were introduced this week in telegram, it would be ideal if this package supported them.

My use case is to sync them to another chat service, so hopefully they come through as part of the normal event stream,

Syfaro commented 2 years ago

Hello!

I'd love to add this, but unfortunately, Telegram hasn't added any kind of reaction support to the Bot API yet. It's possible support will be coming in the future, but there's no indication to if or when this might happen.

https://core.telegram.org/bots/api#recent-changes

omerxx commented 6 months ago

Hi, reactions are now available!