Package org.drinkless.tdlib
Class TdApi.DeleteFile
- Enclosing class:
- TdApi
Deletes a file from the TDLib file cache.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intIdentifier of the file to delete. -
Constructor Summary
ConstructorsConstructorDescriptionDefault 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
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
fileId
public int fileIdIdentifier of the file to delete. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
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 Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-