public static class TdApi.DownloadedFileCounts extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
int |
activeCount
Number of active file downloads found, including paused.
|
int |
completedCount
Number of completed file downloads found.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
pausedCount
Number of paused file downloads found.
|
| Constructor and Description |
|---|
DownloadedFileCounts()
Contains number of being downloaded and recently downloaded files found.
|
DownloadedFileCounts(int activeCount,
int pausedCount,
int completedCount)
Contains number of being downloaded and recently downloaded files found.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int activeCount
public int pausedCount
public int completedCount
public static final int CONSTRUCTOR
public DownloadedFileCounts()
public DownloadedFileCounts(int activeCount,
int pausedCount,
int completedCount)
activeCount - Number of active file downloads found, including paused.pausedCount - Number of paused file downloads found.completedCount - Number of completed file downloads found.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object