public static class TdApi.UpdateFileDownload extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
int |
completeDate
Point in time (Unix timestamp) when the file downloading was completed; 0 if the file downloading isn't completed.
|
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.
|
boolean |
isPaused
True, if downloading of the file is paused.
|
| Constructor and Description |
|---|
UpdateFileDownload()
A file download was changed.
|
UpdateFileDownload(int fileId,
int completeDate,
boolean isPaused,
TdApi.DownloadedFileCounts counts)
A file download was changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int fileId
public int completeDate
public boolean isPaused
public TdApi.DownloadedFileCounts counts
public static final int CONSTRUCTOR
public UpdateFileDownload()
public UpdateFileDownload(int fileId,
int completeDate,
boolean isPaused,
TdApi.DownloadedFileCounts counts)
fileId - File identifier.completeDate - Point in time (Unix timestamp) when the file downloading was completed; 0 if the file downloading isn't completed.isPaused - True, if downloading of the file is paused.counts - New number of being downloaded and recently downloaded files found.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object