From 5db3d7b3c1b8d732f82945a404278666c8315108 Mon Sep 17 00:00:00 2001 From: beliboba <73661136+beliboba@users.noreply.github.com> Date: Mon, 10 Jun 2024 19:36:27 +0300 Subject: [PATCH] Update upload_file.rst who the fuck even wrote this --- docs/api/upload_file.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/api/upload_file.rst b/docs/api/upload_file.rst index 715474f7..4d9c7658 100644 --- a/docs/api/upload_file.rst +++ b/docs/api/upload_file.rst @@ -20,12 +20,11 @@ Here are the three different available builtin types of input file: .. warning:: - **Be respectful with Telegram** + **Be respectful to Telegram** Instances of `InputFile` are reusable. - That's mean you can create instance of InputFile and sent this file multiple times but Telegram - does not recommend to do that and when you upload file once just save their `file_id` - and use it in next times. + That means you can create multiple instances of InputFile for the same file and send them each but Telegram + does not recommend it. Instead you can send one instance of InputFile for the same picture and send it multiple times using its `file_id`. Upload from file system =======================