Normalize more booleans. (#5247) (#5250)

(cherry picked from commit 015566fb06)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2022-09-06 21:07:46 +02:00
committed by GitHub
parent 7229ef4ac4
commit 8595601708
170 changed files with 465 additions and 465 deletions

View File

@@ -54,8 +54,8 @@ EXAMPLES = """
chat_id: 000000
parse_mode: "markdown"
text: "Your precious application has been deployed: https://example.com"
disable_web_page_preview: True
disable_notification: True
disable_web_page_preview: true
disable_notification: true
- name: Forward message to someone
community.general.telegram:
@@ -64,7 +64,7 @@ EXAMPLES = """
api_args:
chat_id: 000000
from_chat_id: 111111
disable_notification: True
disable_notification: true
message_id: '{{ saved_msg_id }}'
"""