mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
parent
103b55134b
commit
7f8ea87526
@ -67,9 +67,9 @@ 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"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user