mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
📝 Fix docs
This commit is contained in:
parent
613821af44
commit
02127df8ab
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ class BaseBot(ContextInstanceMixin, DataMixin):
|
|||
:type timeout: int
|
||||
:param chunk_size: File chunks size, defaults to 64 kb
|
||||
:type chunk_size: int
|
||||
:param seek: Go to start of file when downloading is finished. Used only for :class:`typing.BinaryIO` type destination, defaults to True
|
||||
:param seek: Go to start of file when downloading is finished. Used only for destination with :class:`typing.BinaryIO` type, defaults to True
|
||||
:type seek: bool
|
||||
"""
|
||||
if destination is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue