mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 18:01:04 +00:00
Change changelog categories, update dependencies
This commit is contained in:
parent
d824155a66
commit
44ae565149
14 changed files with 49 additions and 39 deletions
|
|
@ -45,7 +45,7 @@ Then you can use it:
|
|||
|
||||
|
||||
.. autoclass:: aiogram.types.input_file.FSInputFile
|
||||
:members:
|
||||
:members: __init__
|
||||
|
||||
|
||||
Upload from buffer
|
||||
|
|
@ -68,7 +68,7 @@ And then you can use it:
|
|||
text_file = BufferedInputFile(b"Hello, world!", filename="file.txt")
|
||||
|
||||
.. autoclass:: aiogram.types.input_file.BufferedInputFile
|
||||
:members:
|
||||
:members: __init__
|
||||
|
||||
Upload from url
|
||||
===============
|
||||
|
|
|
|||
|
|
@ -63,4 +63,4 @@ texinfo_documents = [
|
|||
),
|
||||
]
|
||||
|
||||
add_module_names = False
|
||||
# add_module_names = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue