public static class TdApi.CancelUploadFile extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
fileId
Identifier of the file to stop uploading.
|
Constructor and Description |
---|
CancelUploadFile()
Default constructor for a function, which stops the uploading of a file.
|
CancelUploadFile(int fileId)
Creates a function, which stops the uploading of a file.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int fileId
public static final int CONSTRUCTOR
public CancelUploadFile()
Returns Ok
public CancelUploadFile(int fileId)
Returns Ok
fileId
- Identifier of the file to stop uploading.public int getConstructor()
getConstructor
in class TdApi.Function