Update telegram_webhooks.markdown (#2426)

Valid JSON markup
This commit is contained in:
Zippit 2017-04-17 20:01:10 +02:00 committed by Fredrik Lindqvist
parent 103b55134b
commit 7f8ea87526

View File

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