mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 19:26:55 +01:00
620 B
620 B
title | description |
---|---|
cancelUploadFile | Stops file uploading. Works only for files uploaded using uploadFile. For other files the behavior is undefined |
Method: cancelUploadFile
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Stops file uploading. Works only for files uploaded using uploadFile. For other files the behavior is undefined
Params:
Name | Type | Required | Description |
---|---|---|---|
file_id | int | Yes | Identifier of file to cancel upload |