This commit is contained in:
Kirill Chikalin
2025-03-20 08:19:47 +03:00
parent cf3a6e7b06
commit ea4f6532da

View File

@@ -2,6 +2,10 @@
MESSAGE=$(echo -e "$3")
echo token=$1
echo chat_id=$2
echo text=$3
response=$(curl -s -X POST "https://api.telegram.org/bot$1/sendMessage" \
-d "chat_id=$2" \
-d "parse_mode=MarkdownV2" \