Update notify.telegram.markdown (#2810)
This commit is contained in:
parent
f1511dd5fc
commit
313fe2fbb6
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ The requirements are:
|
||||||
|
|
||||||
To retrieve your `chat_id`, contact any of the Telegram bots created for this purpose (@myidbot, @get_id_bot)
|
To retrieve your `chat_id`, contact any of the Telegram bots created for this purpose (@myidbot, @get_id_bot)
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
The result set will include your chat ID as `id` in the `from` section:
|
The result set will include your chat ID as `id` in the `from` section:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue