From 570e245bc79e3613d48fbfdc7de5424291345e00 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Thu, 22 Jun 2023 22:48:41 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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=" ```