- Enclosing class:
- TdApi
Stops the downloading of a file. If
a file has already been downloaded, does nothing.
Returns
Ok-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intintIdentifier of a file to stop downloading.booleanPass true to stop downloading only if it hasn't been started, i.e. -
Constructor Summary
ConstructorsConstructorDescriptionStops the downloading of a file.CancelDownloadFile(int fileId, boolean onlyIfPending) Stops the downloading of a file.CancelDownloadFile(DataInput input) Stops the downloading of a file. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toStringMethods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
fileId
public int fileIdIdentifier of a file to stop downloading. -
onlyIfPending
public boolean onlyIfPendingPass true to stop downloading only if it hasn't been started, i.e. request hasn't been sent to server. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
CancelDownloadFile
public CancelDownloadFile()Stops the downloading of a file. If a file has already been downloaded, does nothing. ReturnsOk -
CancelDownloadFile
public CancelDownloadFile(int fileId, boolean onlyIfPending) Stops the downloading of a file. If a file has already been downloaded, does nothing. ReturnsOk- Parameters:
fileId- int Identifier of a file to stop downloading.onlyIfPending- boolean Pass true to stop downloading only if it hasn't been started, i.e. request hasn't been sent to server.
-
CancelDownloadFile
Stops the downloading of a file. If a file has already been downloaded, does nothing. ReturnsOk- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-