public static class TdApi.UpdateFileAddedToDownloads 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.
|
TdApi.FileDownload |
fileDownload
The added file download.
|
| Constructor and Description |
|---|
UpdateFileAddedToDownloads()
A file was added to the file download list.
|
UpdateFileAddedToDownloads(TdApi.FileDownload fileDownload,
TdApi.DownloadedFileCounts counts)
A file was added to the file download list.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.FileDownload fileDownload
public TdApi.DownloadedFileCounts counts
public static final int CONSTRUCTOR
public UpdateFileAddedToDownloads()
public UpdateFileAddedToDownloads(TdApi.FileDownload fileDownload, TdApi.DownloadedFileCounts counts)
fileDownload - The added file download.counts - New number of being downloaded and recently downloaded files found.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object