Fixed missing markers (#2193)
This commit is contained in:
parent
94d297917e
commit
f01a975dfc
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue