From 81b379c68b4a57fb4c2ef4ab070f90236ff1efea Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Thu, 24 Jun 2021 10:49:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B1V2P=20notify.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Conf/Vtop/notify/notify.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Conf/Vtop/notify/notify.md b/Conf/Vtop/notify/notify.md index 01a0aa6..4c5c7ba 100644 --- a/Conf/Vtop/notify/notify.md +++ b/Conf/Vtop/notify/notify.md @@ -8,9 +8,10 @@ } ``` # telegram -``` Post -https://api.telegram.org/botxxxxxxxxxx/ + +`https://api.telegram.org/botxxxxxxxxxx/` +``` { "method": "sendMessage", "chat_id": xxxxxxxxxx, @@ -43,6 +44,8 @@ or botNotify2($title$, $body$, $url$) } ``` + +and ``` function botNotify(title, body, url) { if (body=== "undefined"){body=""}