mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
85fc920a0c
* 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>
5 lines
358 B
YAML
5 lines
358 B
YAML
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).
|