From 7f8ea87526d769b917466dfdff98e74fdc1e3416 Mon Sep 17 00:00:00 2001 From: Zippit Date: Mon, 17 Apr 2017 20:01:10 +0200 Subject: [PATCH] Update telegram_webhooks.markdown (#2426) Valid JSON markup --- source/_components/telegram_webhooks.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/telegram_webhooks.markdown b/source/_components/telegram_webhooks.markdown index da3059035c9..64abc36f5db 100644 --- a/source/_components/telegram_webhooks.markdown +++ b/source/_components/telegram_webhooks.markdown @@ -67,9 +67,9 @@ Telegram webhooks raise an event `telegram_command` with a payload. ```json { - 'command': '/thecommand' - 'args': 'strings after command' - 'user_id': 12345 + "command": "/thecommand", + "args": "strings after command", + "user_id": "12345" } ```