mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix night-mode stylesheet. Small changes in docs.
This commit is contained in:
parent
ba7d2323c8
commit
18854185b2
6 changed files with 75 additions and 31 deletions
|
|
@ -4,8 +4,28 @@ InputFile
|
|||
|
||||
This object represents the contents of a file to be uploaded. Must be posted using multipart/form-data in the usual way that files are uploaded via the browser.
|
||||
|
||||
.. automodule:: aiogram.types.input_file
|
||||
Read more at :doc:`../upload_file.rst`
|
||||
|
||||
.. autoclass:: aiogram.types.input_file.InputFile
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:special-members: __init__
|
||||
:undoc-members: True
|
||||
:undoc-members: True
|
||||
|
||||
.. autoclass:: aiogram.types.input_file.BufferedInputFile
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:special-members: __init__
|
||||
:undoc-members: True
|
||||
|
||||
.. autoclass:: aiogram.types.input_file.FSInputFile
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:special-members: __init__
|
||||
:undoc-members: True
|
||||
|
||||
.. autoclass:: aiogram.types.input_file.URLInputFile
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:special-members: __init__
|
||||
:undoc-members: True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue