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 %}