Fix telegram_bot callback samples (#13620)

This commit is contained in:
Josh Laseter 2020-05-29 03:00:04 -04:00 committed by GitHub
parent f81474bdfc
commit 552365e0d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -318,7 +318,7 @@ Text repeater:
disable_notification: true disable_notification: true
inline_keyboard: inline_keyboard:
- "Edit message:/edit_msg, Don't:/do_nothing" - "Edit message:/edit_msg, Don't:/do_nothing"
- "Remove this button:/remove button" - "Remove this button:/remove_button"
``` ```
{% endraw %} {% endraw %}
@ -347,11 +347,11 @@ Message editor:
title: '*Message edit*' title: '*Message edit*'
inline_keyboard: inline_keyboard:
- "Edit message:/edit_msg, Don't:/do_nothing" - "Edit message:/edit_msg, Don't:/do_nothing"
- "Remove this button:/remove button" - "Remove this button:/remove_button"
message: > message: >
Callback received from {{ trigger.event.data.from_first }}. Callback received from {{ trigger.event.data.from_first }}.
Message id: {{ trigger.event.data.message.message_id }}. Message id: {{ trigger.event.data.message.message_id }}.
Data: {{ trigger.event.data.data }} Data: {{ trigger.event.data.data|replace("_", "\_") }}
``` ```
{% endraw %} {% endraw %}
@ -366,7 +366,7 @@ Keyboard editor:
platform: event platform: event
event_type: telegram_callback event_type: telegram_callback
event_data: event_data:
command: '/remove button' command: '/remove_button'
action: action:
- service: telegram_bot.answer_callback_query - service: telegram_bot.answer_callback_query
data_template: data_template: