- Enclosing class:
- TdApi
Deletes a file from the TDLib file cache.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Identifier of the file to delete. -
Constructor Summary
ConstructorDescriptionDeletes a file from the TDLib file cache.DeleteFile
(int fileId) Deletes a file from the TDLib file cache.DeleteFile
(DataInput input) Deletes a file from the TDLib file cache. -
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 delete. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
DeleteFile
public DeleteFile()Deletes a file from the TDLib file cache. ReturnsOk
-
DeleteFile
public DeleteFile(int fileId) Deletes a file from the TDLib file cache. ReturnsOk
- Parameters:
fileId
- int Identifier of the file to delete.
-
DeleteFile
Deletes a file from the TDLib file cache. 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()
-