Updated Notify_telegram (markdown)

Chris Caron 2020-08-25 07:23:22 -04:00
parent f7f1da4b80
commit 5cf2e6791a

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