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