Fixed missing markers (#2193)

This commit is contained in:
Luar Roji 2017-03-04 09:43:46 -03:00 committed by Fabian Affolter
parent 94d297917e
commit f01a975dfc

View File

@ -65,11 +65,13 @@ telegram_webhooks:
Telegram webhooks raise an event `telegram.command` with a payload. Telegram webhooks raise an event `telegram.command` with a payload.
```json{ ```json
{
'command': '/thecommand' 'command': '/thecommand'
'args': 'strings after command' 'args': 'strings after command'
'user_id': 12345 'user_id': 12345
} }
```
Automation example that realize simple test to command/notify interaction. Automation example that realize simple test to command/notify interaction.