Fix night-mode stylesheet. Small changes in docs.

This commit is contained in:
Alex Root Junior 2021-01-24 00:15:25 +02:00
parent ba7d2323c8
commit 18854185b2
6 changed files with 75 additions and 31 deletions

View file

@ -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