-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Notifier] [Telegram] Add support to answer callback queries #48374
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
[Notifier] [Telegram] Add support to answer callback queries #48374
Conversation
Hey! To help keep things organized, we don't allow "Draft" pull requests. Could you please click the "ready for review" button or close this PR and open a new one when you are done? Note that a pull request does not have to be "perfect" or "ready for merge" when you first open it. We just want it to be ready for a first review. Cheers! Carsonbot |
a680016
to
f4ee6aa
Compare
Hey! I see that this is your first PR. That is great! Welcome! Symfony has a contribution guide which I suggest you to read. In short:
Review the GitHub status checks of your pull request and try to solve the reported issues. If some tests are failing, try to see if they are failing because of this change. When two Symfony core team members approve this change, it will be merged and you will become an official Symfony contributor! I am going to sit back now and wait for the reviews. Cheers! Carsonbot |
486b417
to
6134571
Compare
src/Symfony/Component/Notifier/Bridge/Telegram/Tests/TelegramOptionsTest.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Telegram/Tests/TelegramOptionsTest.php
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your first contribution 🎉
Should I squash commits? |
901abe4
to
77f19f5
Compare
Thanks for your work on this new feature! |
I squashed them while merging. Can you please open a PR in the |
Example
I've intentionally omitted url parameter as that would only work in case of game which does not fit into notifier use case.
Telegram Bot Api doc for answerCallbackQuery - https://core.telegram.org/bots/api#answercallbackquery