public static class TdApi.DeleteFile extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
fileId
Identifier of the file to delete.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int fileId
public static final int CONSTRUCTOR
public DeleteFile()
Returns Ok
public DeleteFile(int fileId)
Returns Ok
fileId
- Identifier of the file to delete.public int getConstructor()
getConstructor
in class TdApi.Function