public static class TdApi.DeleteFile extends TdApi.Function<TdApi.Ok>
Returns Ok
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object