Skip to content
New issue

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

Adding reaction processing when retrieving in webhooks #649

Merged
merged 8 commits into from
Oct 2, 2024

Conversation

andrey-helldar
Copy link
Contributor

@andrey-helldar andrey-helldar commented Sep 20, 2024

By default Telegram sends all events except chat_member, message_reaction, and message_reaction_count.

Therefore, you need to explicitly set the required message types, such as message_reaction, to receive them.

Docs: https://core.telegram.org/bots/api#setwebhook

TODO:

  • Functional part
  • Adding tests
  • Update docs

@andrey-helldar
Copy link
Contributor Author

I'll be done with the tests in the next couple days :)

@andrey-helldar andrey-helldar marked this pull request as ready for review September 24, 2024 22:06
@andrey-helldar
Copy link
Contributor Author

@fabio-ivona, @Anze, can you check this PR?

@andrey-helldar
Copy link
Contributor Author

@MarioGattolla, hi! Can you check this PR?

@fabio-ivona fabio-ivona merged commit 353f210 into defstudio:main Oct 2, 2024
16 checks passed
@andrey-helldar andrey-helldar deleted the patch/2024-09-20/12-13 branch October 2, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants