File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -399,15 +399,15 @@ async def read_chunked(
399399
400400 Parameters
401401 ----------
402+ chunksize: :class:`int`
403+ The maximum size of each chunk to process.
402404 use_cached: :class:`bool`
403405 Whether to use :attr:`proxy_url` rather than :attr:`url` when downloading
404406 the attachment. This will allow attachments to be saved after deletion
405407 more often, compared to the regular URL which is generally deleted right
406408 after the message is deleted. Note that this can still fail to download
407409 deleted attachments if too much time has passed, and it does not work
408410 on some types of attachments.
409- chunksize: :class:`int`
410- The maximum size of each chunk to process.
411411
412412 Yields
413413 ------
You can’t perform that action at this time.
0 commit comments