mirror of https://github.com/caronc/apprise
Updated Notify_telegram (markdown)
parent
f7f1da4b80
commit
5cf2e6791a
|
@ -67,5 +67,5 @@ Send a telegram notification to lead2gold:
|
||||||
# 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 -vv -t "Test Message Title" -b "Test Message Body" \
|
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
||||||
tgram:///123456789:abcdefg_hijklmnop/12315544/
|
tgram://123456789:abcdefg_hijklmnop/12315544/
|
||||||
```
|
```
|
Loading…
Reference in New Issue