Updated Notify_telegram (markdown)

master
Chris Caron 2020-08-03 09:52:56 -04:00
parent 35540c9043
commit 782918988b
1 changed files with 2 additions and 1 deletions

@ -66,5 +66,6 @@ Send a telegram notification to lead2gold:
```bash ```bash
# Assuming our {bot_token} is 123456789:abcdefg_hijklmnop # Assuming our {bot_token} is 123456789:abcdefg_hijklmnop
# Assuming the {chat_id} belonging to lead2gold is 12315544 # Assuming the {chat_id} belonging to lead2gold is 12315544
apprise tgram:///123456789:abcdefg_hijklmnop/12315544/ apprise -vv -t "Test Message Title" -b "Test Message Body" \
tgram:///123456789:abcdefg_hijklmnop/12315544/
``` ```