This commit is contained in:
Kirill Chikalin
2025-03-20 08:35:52 +03:00
parent d6d3cd31ba
commit f5396fe27e

View File

@@ -6,7 +6,7 @@ token=$1
echo chat_id=$2
echo text=$MESSAGE
response=$(curl -s -X -v POST "https://api.telegram.org/bot$token/sendMessage" \
response=$(curl -s -X POST "https://api.telegram.org/bot$token/sendMessage" \
-d "chat_id=$2" \
-d "parse_mode=MarkdownV2" \
-d "link_preview_options={\"is_disabled\":true}" \