From d8a977f357e9af48bf11dff5738d9a0e1131ff60 Mon Sep 17 00:00:00 2001 From: Daniil Date: Sat, 8 Apr 2023 17:54:08 +0300 Subject: [PATCH] fix(docs): fix wrong page link in docs (#1154) --- docs/api/upload_file.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/upload_file.rst b/docs/api/upload_file.rst index 9399f1dd..715474f7 100644 --- a/docs/api/upload_file.rst +++ b/docs/api/upload_file.rst @@ -10,7 +10,7 @@ there are three ways to send files (photos, stickers, audio, media, etc.): If the file is already stored somewhere on the Telegram servers or file is available by the URL, you don't need to reupload it. -But if you need to upload a new file just use subclasses of `InputFile `__. +But if you need to upload a new file just use subclasses of `InputFile `__. Here are the three different available builtin types of input file: