mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-14 21:02:45 +00:00
Merge 356bd6ad97261c9931e9c7d5fefb998cab1c80fe into 3d8b682380773f01df0e5abc2ef582c30c663010
This commit is contained in:
commit
b0e87ceb90
@ -39,6 +39,7 @@ telegram_send() {
|
||||
_content="$(printf "*%s*\n%s" "$_subject" "$_content" | _json_encode)"
|
||||
_data="{\"text\": \"$_content\", "
|
||||
_data="$_data\"chat_id\": \"$TELEGRAM_BOT_CHATID\", "
|
||||
_data="$_data\"message_thread_id\": \"$TELEGRAM_MESSAGE_THREAD_ID\", "
|
||||
_data="$_data\"parse_mode\": \"MarkdownV2\", "
|
||||
_data="$_data\"disable_web_page_preview\": \"1\"}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user