From f36bc31408638bdd7601e8c46c27326e40a15cca Mon Sep 17 00:00:00 2001 From: Xavi Moreno Date: Mon, 12 Apr 2021 13:01:36 +0200 Subject: [PATCH] Update telegram_bot.markdown (#17406) --- source/_integrations/telegram_bot.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/telegram_bot.markdown b/source/_integrations/telegram_bot.markdown index d3a53d1e049..75b5632609c 100644 --- a/source/_integrations/telegram_bot.markdown +++ b/source/_integrations/telegram_bot.markdown @@ -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 %}