public static class TdApi.UpdateFileDownloads extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
downloadedSize
Total downloaded size of files in the file download list, in bytes.
|
int |
totalCount
Total number of files in the file download list.
|
long |
totalSize
Total size of files in the file download list, in bytes.
|
| Constructor and Description |
|---|
UpdateFileDownloads()
The state of the file download list has changed.
|
UpdateFileDownloads(long totalSize,
int totalCount,
long downloadedSize)
The state of the file download list has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long totalSize
public int totalCount
public long downloadedSize
public static final int CONSTRUCTOR
public UpdateFileDownloads()
public UpdateFileDownloads(long totalSize,
int totalCount,
long downloadedSize)
totalSize - Total size of files in the file download list, in bytes.totalCount - Total number of files in the file download list.downloadedSize - Total downloaded size of files in the file download list, in bytes.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object