TelegramBots
TelegramBots copied to clipboard
Get all reactions from Message
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
You can consume the message_reaction
updates from Update class and handle them: https://core.telegram.org/bots/api#update
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