Package it.tdlight.jni
Class TdApi.CancelDownloadFile
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.CancelDownloadFile
- Enclosing class:
- TdApi
public static class TdApi.CancelDownloadFile extends TdApi.Function
Stops the downloading of a file. If
a file has already been downloaded, does nothing.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int
fileId
Identifier of a file to stop downloading.boolean
onlyIfPending
Pass true to stop downloading only if it hasn't been started, i.e. -
Constructor Summary
Constructors Constructor Description CancelDownloadFile()
Stops the downloading of a file.CancelDownloadFile(int fileId, boolean onlyIfPending)
Stops the downloading of a file.CancelDownloadFile(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-