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" } ```