1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 09:27:20 +01:00
MadelineProto/docs/TD_docs/methods/cancelUploadFile.md

633 B

title description
cancelUploadFile Stops file uploading. Works only for files uploaded using uploadFile. For other files the behavior is undefined

Method: cancelUploadFile

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Stops file uploading. Works only for files uploaded using uploadFile. For other files the behavior is undefined

Parameters:

Name Type Required Description
file_id CLICK ME int Yes Identifier of file to cancel upload

Return type: Ok