curl -s --show-error
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
curl -X POST "https://api.telegram.org/bot$1/deleteMessage" \
|
curl -s --show-error -X POST "https://api.telegram.org/bot$1/deleteMessage" \
|
||||||
-d "message_id=$3" \
|
-d "message_id=$3" \
|
||||||
-d "chat_id=$2"
|
-d "chat_id=$2"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user