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