diff --git a/Notify_telegram.md b/Notify_telegram.md index 49d1a43..337a084 100644 --- a/Notify_telegram.md +++ b/Notify_telegram.md @@ -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/ ``` \ No newline at end of file