TelegramBots icon indicating copy to clipboard operation
TelegramBots copied to clipboard

Get all reactions from Message

Open Elias177Dev opened this issue 10 months ago • 2 comments

I want to build a giveaway function where the user should react to a message. Is it possible to read all reactions and the users? If yes, how

Elias177Dev avatar Apr 07 '24 16:04 Elias177Dev

You can consume the message_reaction updates from Update class and handle them: https://core.telegram.org/bots/api#update

rubenlagus avatar Apr 07 '24 16:04 rubenlagus

How i can do this with the Java API?

The bot must be an administrator in the chat and must explicitly specify "message_reaction" in the list of allowed_updates to receive these updates

Elias177Dev avatar Apr 07 '24 16:04 Elias177Dev