- Enclosing class:
- TdApi
Stops the preliminary uploading of a
file. Supported only for files uploaded
by using preliminaryUploadFile. For
other files the behavior is undefined.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Identifier of the file to stop uploading. -
Constructor Summary
ConstructorDescriptionStops the preliminary uploading of a file.CancelPreliminaryUploadFile
(int fileId) Stops the preliminary uploading of a file.Stops the preliminary uploading of a file. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
fileId
public int fileIdIdentifier of the file to stop uploading. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
CancelPreliminaryUploadFile
public CancelPreliminaryUploadFile()Stops the preliminary uploading of a file. Supported only for files uploaded by using preliminaryUploadFile. For other files the behavior is undefined. ReturnsOk
-
CancelPreliminaryUploadFile
public CancelPreliminaryUploadFile(int fileId) Stops the preliminary uploading of a file. Supported only for files uploaded by using preliminaryUploadFile. For other files the behavior is undefined. ReturnsOk
- Parameters:
fileId
- int Identifier of the file to stop uploading.
-
CancelPreliminaryUploadFile
Stops the preliminary uploading of a file. Supported only for files uploaded by using preliminaryUploadFile. For other files the behavior is undefined. ReturnsOk
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-