Updated Notify_telegram (markdown)

Chris Caron 2019-06-27 08:56:52 -04:00
parent f82544d573
commit 207ee41b06

@ -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.