Package org.drinkless.tdlib
Class TdApi.DeleteFile
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.DeleteFile
-
- Enclosing class:
- TdApi
public static class TdApi.DeleteFile extends TdApi.Function
Deletes a file from the TDLib file cache.Returns
Ok
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.intfileIdIdentifier of the file to delete.
-
Constructor Summary
Constructors Constructor Description DeleteFile()Default constructor for a function, which deletes a file from the TDLib file cache.DeleteFile(int fileId)Creates a function, which deletes a file from the TDLib file cache.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
fileId
public int fileId
Identifier of the file to delete.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DeleteFile
public DeleteFile()
Default constructor for a function, which deletes a file from the TDLib file cache.Returns
Ok
-
DeleteFile
public DeleteFile(int fileId)
Creates a function, which deletes a file from the TDLib file cache.Returns
Ok- Parameters:
fileId- Identifier of the file to delete.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-