- Enclosing class:
- TdApi
Stops the downloading of a file. If
a file has already been downloaded, does nothing.
Returns Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Identifier of a file to stop downloading.boolean
Pass true to stop downloading only if it hasn't been started, i.e. -
Constructor Summary
ConstructorDescriptionStops 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
toString
Methods 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.Returns
Ok
-
CancelDownloadFile
public CancelDownloadFile(int fileId, boolean onlyIfPending) Stops the downloading of a file. If a file has already been downloaded, does nothing.Returns
Ok
- 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.Returns
Ok
- 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()
-