From 207ee41b06bc241f3f8123ae0ceffab735cb24cf Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Thu, 27 Jun 2019 08:56:52 -0400 Subject: [PATCH] Updated Notify_telegram (markdown) --- Notify_telegram.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Notify_telegram.md b/Notify_telegram.md index 30c7800..65aa65f 100644 --- a/Notify_telegram.md +++ b/Notify_telegram.md @@ -31,10 +31,11 @@ However, Apprise can make this task a bit easier if the intention is to just pri By doing this, Apprise is able to automatically to detect _your_ **{chat_id}** from the message sent to the bot. Doing this also allows you to greatly simplify the Apprise URL to read: * **tgram**://**{bot_token}**/ -When using the short form of the Telegram/Apprise URL and the bot owner (probably you) is successfully detected, it's **{chat_id}** is presented in the logs after the notification is sent. Ideally you should ideally take this and update your URL to explicitly reference this in the future. +When using the short form of the Telegram/Apprise URL and the bot owner (probably you) is successfully detected, the **{chat_id}** it detected will appear in the logs after the notification is sent. Ideally you should take this and update your Apprise URL to explicitly reference this in the future. +* **tgram**://**{bot_token}**/**{chat_id}** ### Syntax -Valid are as follows: +The following syntax is valid: * **tgram**://**{bot_token}**/ * **Note**: As already identified above: Apprise is clever enough to determine the chat_id of the bot owner (you) _only if you've sent it at least 1 private message to it_ first.