diff --git a/source/_integrations/telegram.markdown b/source/_integrations/telegram.markdown index fd1d2a104ed..cef6b4e2e4d 100644 --- a/source/_integrations/telegram.markdown +++ b/source/_integrations/telegram.markdown @@ -22,7 +22,7 @@ The requirements are: **Method 1:** You can get your `chat_id` by sending any message to the [GetIDs bot](https://t.me/getidsbot). -**Method 2:** To retrieve your `chat_id` you can visit `https://api.telegram.org/botYOUR_API_TOKEN/getUpdates` or to use `$ curl -X GET https://api.telegram.org/botYOUR_API_TOKEN/getUpdates` **after** you have sent the bot a message. Replace `YOUR_API_TOKEN` with your actual token. +**Method 2:** To retrieve your `chat_id` you can visit `https://api.telegram.org/bot/getUpdates` or to use `$ curl -X GET https://api.telegram.org/bot/getUpdates` **after** you have sent the bot a message. Replace `` with your actual token. The result set will include your chat ID as `id` in the `chat` section: