This commit is contained in:
Kirill Chikalin
2025-03-20 09:12:26 +03:00
parent 8eb3c74cd2
commit 1986895b2e

View File

@@ -1,5 +1,8 @@
#!/bin/bash
echo "3=$3"
echo "text=$(echo -e $3)"
response=$(curl -s -X POST "https://api.telegram.org/bot$1/sendMessage" \
-d "chat_id=$2" \
-d "parse_mode=MarkdownV2" \