Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Notifier] added telegram options#36496
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
690b712 to9405781Comparesrc/Symfony/Component/Notifier/Bridge/Telegram/Reply/Markup/ReplyKeyboardMarkup.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
2629d9a to8b80798Comparesrc/Symfony/Component/Notifier/Bridge/Telegram/Reply/Markup/AbstractTelegramReplyMarkup.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
| * | ||
| * @see https://core.telegram.org/bots/api#inlinekeyboardbutton | ||
| */ | ||
| class InlineKeyboardButton extends AbstractKeyboardButton |
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.
| class InlineKeyboardButtonextends AbstractKeyboardButton | |
| finalclass InlineKeyboardButtonextends AbstractKeyboardButton |
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.
Added
| * | ||
| * @see https://core.telegram.org/bots/api#keyboardbutton | ||
| */ | ||
| class KeyboardButton extends AbstractKeyboardButton |
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.
| class KeyboardButtonextends AbstractKeyboardButton | |
| finalclass KeyboardButtonextends AbstractKeyboardButton |
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.
Added
| * | ||
| * @see https://core.telegram.org/bots/api#forcereply | ||
| */ | ||
| class ForceReply extends AbstractTelegramReplyMarkup |
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.
| class ForceReplyextends AbstractTelegramReplyMarkup | |
| finalclass ForceReplyextends AbstractTelegramReplyMarkup |
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.
Added
| * | ||
| * @see https://core.telegram.org/bots/api#inlinekeyboardmarkup | ||
| */ | ||
| class InlineKeyboardMarkup extends AbstractTelegramReplyMarkup |
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.
| class InlineKeyboardMarkupextends AbstractTelegramReplyMarkup | |
| finalclass InlineKeyboardMarkupextends AbstractTelegramReplyMarkup |
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.
Added
src/Symfony/Component/Notifier/Bridge/Telegram/Reply/Markup/Button/AbstractKeyboardButton.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
| * | ||
| * @see https://core.telegram.org/bots/api#replykeyboardremove | ||
| */ | ||
| class ReplyKeyboardRemove extends AbstractTelegramReplyMarkup |
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.
| class ReplyKeyboardRemoveextends AbstractTelegramReplyMarkup | |
| finalclass ReplyKeyboardRemoveextends AbstractTelegramReplyMarkup |
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.
Added
fabpot left a comment
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.
LGTM. Anything else needs to be done before merging?
src/Symfony/Component/Notifier/Bridge/Telegram/Reply/Markup/AbstractTelegramReplyMarkup.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
8b80798 tob4edd0dCompareb4edd0d to3ba8d8fComparefabpot commentedAug 9, 2020
Thank you @krasilnikovm. |
I have added
TelegramOptionsmodel for sending a telegram message with options like the example I have usedSlackOptions.Testing notes:
for testing, I used the scripts
scripts.zip