mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Some improvements to community.general.telegram (#1642)
* Added some flexibility to cover latest and future possible changes in Telegram API. * Added changelog fragment for changes in community.general.telegram * Apply suggestions from code review Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com> Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Nikolay Lomov <nlomov@rbc.ru> Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com> Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
ebaa17f59f
commit
85fc920a0c
3 changed files with 92 additions and 34 deletions
5
changelogs/fragments/telegram-api-update.yml
Normal file
5
changelogs/fragments/telegram-api-update.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
minor_changes:
|
||||
- telegram - now can call any methods in Telegram bot API.
|
||||
Previously this module was hardcoded to use "SendMessage" only.
|
||||
Usage of "SendMessage" API method was also librated,
|
||||
and now you can specify any arguments you need, for example, "disable_notificaton" (https://github.com/ansible-collections/community.general/pull/1642).
|
Loading…
Add table
Add a link
Reference in a new issue