Skip to content

Commit 313fe2f

Browse files
hackacadLandrash
authored andcommitted
Update notify.telegram.markdown (home-assistant#2810)
1 parent f1511dd commit 313fe2f

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
@@ -23,7 +23,7 @@ The requirements are:
2323

2424
To retrieve your `chat_id`, contact any of the Telegram bots created for this purpose (@myidbot, @get_id_bot)
2525

26-
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.
26+
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

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

0 commit comments

Comments
 (0)