diff --git a/README.md b/README.md index a4270e2..eb5d90a 100644 --- a/README.md +++ b/README.md @@ -908,6 +908,7 @@ curl -s "https://api.telegram.org/bot/getUpdates" | jq -r '.result ``` ```sh +# Upload file.zip straight into the group chat: curl -sF document=@file.zip "https://api.telegram.org/bot/sendDocument?chat_id=" ```