From f01a975dfc4ce35bcb58a3dc89ce96a86e6452d2 Mon Sep 17 00:00:00 2001 From: Luar Roji Date: Sat, 4 Mar 2017 09:43:46 -0300 Subject: [PATCH] Fixed missing markers (#2193) --- source/_components/telegram_webhooks.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_components/telegram_webhooks.markdown b/source/_components/telegram_webhooks.markdown index 1e0d4eeae4f..bad857af22b 100644 --- a/source/_components/telegram_webhooks.markdown +++ b/source/_components/telegram_webhooks.markdown @@ -65,11 +65,13 @@ telegram_webhooks: Telegram webhooks raise an event `telegram.command` with a payload. -```json{ +```json +{ 'command': '/thecommand' 'args': 'strings after command' 'user_id': 12345 } +``` Automation example that realize simple test to command/notify interaction.