Update telegram_bot.markdown (#17406)

This commit is contained in:
Xavi Moreno 2021-04-12 13:01:36 +02:00 committed by GitHub
parent 7b8645c030
commit f36bc31408
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -487,7 +487,7 @@ Telegram callbacks also support arguments and commands the same way as normal me
data:
show_alert: true
callback_query_id: "{{ trigger.event.data.id }}"
message: "I repeat: {{trigger.event.data["args"]}}"
message: "I repeat: {{trigger.event.data['args']}}"
```
{% endraw %}