test
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user