Skip to content

Commit d6965b3

Browse files
fabafffrenck
authored andcommitted
Change section (fixes home-assistant#5987) (home-assistant#6011)
1 parent 9bfe7a4 commit d6965b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/notify.telegram.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To retrieve your `chat_id`, contact any of the Telegram bots created for this pu
2525

2626
The quickest way to retrieve your `chat_id` is visiting [https://api.telegram.org/botYOUR_API_TOKEN/getUpdates](https://api.telegram.org/botYOUR_API_TOKEN/getUpdates) or to use `$ curl -X GET https://api.telegram.org/botYOUR_API_TOKEN/getUpdates`. Replace `YOUR_API_TOKEN` with your actual token.
2727

28-
The result set will include your chat ID as `id` in the `from` section:
28+
The result set will include your chat ID as `id` in the `chat` section:
2929

3030
```json
3131
{

0 commit comments

Comments
 (0)