mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 18:19:34 +00:00
Relative imports and reformat code (auto)
This commit is contained in:
parent
6a64573e44
commit
0295aed615
8 changed files with 19 additions and 6 deletions
|
|
@ -31,7 +31,8 @@ class Bot(BaseBot):
|
|||
delattr(self, '_me')
|
||||
|
||||
async def download_file_by_id(self, file_id: base.String, destination=None,
|
||||
timeout: base.Integer=30, chunk_size: base.Integer=65536, seek: base.Boolean=True):
|
||||
timeout: base.Integer = 30, chunk_size: base.Integer = 65536,
|
||||
seek: base.Boolean = True):
|
||||
"""
|
||||
Download file by file_id to destination
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue