mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04:51 +00:00
parent
35df2cc1f3
commit
97bd544333
1 changed files with 3 additions and 2 deletions
|
|
@ -54,8 +54,9 @@ class SaveFile(Scaffold):
|
||||||
available yet in the Client class as an easy-to-use method).
|
available yet in the Client class as an easy-to-use method).
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
path (``str``):
|
path (``str`` | ``BinaryIO``):
|
||||||
The path of the file you want to upload that exists on your local machine.
|
The path of the file you want to upload that exists on your local machine or a binary file-like object
|
||||||
|
with its attribute ".name" set for in-memory uploads.
|
||||||
|
|
||||||
file_id (``int``, *optional*):
|
file_id (``int``, *optional*):
|
||||||
In case a file part expired, pass the file_id and the file_part to retry uploading that specific chunk.
|
In case a file part expired, pass the file_id and the file_part to retry uploading that specific chunk.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue