Improve preliminaryUploadFile documentation.
This commit is contained in:
parent
394c556f7b
commit
d11715781e
@ -9211,8 +9211,9 @@ cancelDownloadFile file_id:int32 only_if_pending:Bool = Ok;
|
||||
//@description Returns suggested name for saving a file in a given directory @file_id Identifier of the file @directory Directory in which the file is supposed to be saved
|
||||
getSuggestedFileName file_id:int32 directory:string = Text;
|
||||
|
||||
//@description Preliminary uploads a file to the cloud before sending it in a message, which can be useful for uploading of being recorded voice and video notes. Updates updateFile will be used
|
||||
//-to notify about upload progress and successful completion of the upload. The file will not have a persistent remote identifier until it is sent in a message
|
||||
//@description Preliminary uploads a file to the cloud before sending it in a message, which can be useful for uploading of being recorded voice and video notes.
|
||||
//-In all other cases there is no need to preliminary upload a file. Updates updateFile will be used to notify about upload progress.
|
||||
//-The upload will not be completed until the file is sent in a message
|
||||
//@file File to upload
|
||||
//@file_type File type; pass null if unknown
|
||||
//@priority Priority of the upload (1-32). The higher the priority, the earlier the file will be uploaded. If the priorities of two files are equal, then the first one for which preliminaryUploadFile was called will be uploaded first
|
||||
|
Loading…
Reference in New Issue
Block a user