MadelineProto/docs/TD_docs/methods/cancelUploadFile.md

23 lines
633 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: cancelUploadFile
description: Stops file uploading. Works only for files uploaded using uploadFile. For other files the behavior is undefined
---
## Method: cancelUploadFile
[Back to methods index](index.md)
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:
2017-08-25 15:05:53 +02:00
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
2018-03-20 16:42:05 +01:00
|file\_id|[CLICK ME int](../types/int.md) | Yes|Identifier of file to cancel upload|
2017-08-25 15:05:53 +02:00
### Return type: [Ok](../types/Ok.md)