mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
fix(docs): fix wrong page link in docs (#1154)
This commit is contained in:
parent
46a7beb668
commit
d8a977f357
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
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.
|
you don't need to reupload it.
|
||||||
|
|
||||||
But if you need to upload a new file just use subclasses of `InputFile <types/input_file.md>`__.
|
But if you need to upload a new file just use subclasses of `InputFile <types/input_file.html>`__.
|
||||||
|
|
||||||
Here are the three different available builtin types of input file:
|
Here are the three different available builtin types of input file:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue