From fe8265697f411163fe2cba820051d71f09ad1384 Mon Sep 17 00:00:00 2001 From: lead2gold Date: Mon, 26 Feb 2018 20:51:54 -0500 Subject: [PATCH] Updated Notify_telegram (markdown) --- Notify_telegram.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notify_telegram.md b/Notify_telegram.md index 89e5c13..feca56b 100644 --- a/Notify_telegram.md +++ b/Notify_telegram.md @@ -31,5 +31,6 @@ This can also be written like so: Send a telegram notification to lead2gold: ```bash # Assuming our {bot_token} is 123456789:abcdefg_hijklmnop -notify tgram:///123456789:abcdefg_hijklmnop/lead2gold/ +# Assuming our {chat_id} is 12315544 +notify tgram:///123456789:abcdefg_hijklmnop/12315544/ ``` \ No newline at end of file