public static class TdApi.UpdateFileRemovedFromDownloads extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.DownloadedFileCounts |
counts
New number of being downloaded and recently downloaded files found.
|
int |
fileId
File identifier.
|
| Constructor and Description |
|---|
UpdateFileRemovedFromDownloads()
A file was removed from the file download list.
|
UpdateFileRemovedFromDownloads(int fileId,
TdApi.DownloadedFileCounts counts)
A file was removed from the file download list.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int fileId
public TdApi.DownloadedFileCounts counts
public static final int CONSTRUCTOR
public UpdateFileRemovedFromDownloads()
public UpdateFileRemovedFromDownloads(int fileId,
TdApi.DownloadedFileCounts counts)
fileId - File identifier.counts - New number of being downloaded and recently downloaded files found.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object