We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
You can consume the message_reaction updates from Update class and handle them: https://core.telegram.org/bots/api#update
message_reaction
Sorry, something went wrong.
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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: