From 782918988bda994b13279a3140929db275eabd61 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 09:52:56 -0400 Subject: [PATCH] Updated Notify_telegram (markdown) --- Notify_telegram.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notify_telegram.md b/Notify_telegram.md index 3f20467..49d1a43 100644 --- a/Notify_telegram.md +++ b/Notify_telegram.md @@ -66,5 +66,6 @@ Send a telegram notification to lead2gold: ```bash # Assuming our {bot_token} is 123456789:abcdefg_hijklmnop # 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/ ``` \ No newline at end of file