Package org.drinkless.tdlib
Class TdApi.UpdateFileDownloads
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateFileDownloads
- Enclosing class:
- TdApi
The state of the file download list has changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.longTotal downloaded size of files in the file download list, in bytes.intTotal number of files in the file download list.longTotal size of files in the file download list, in bytes. -
Constructor Summary
ConstructorsConstructorDescriptionThe state of the file download list has changed.UpdateFileDownloads(long totalSize, int totalCount, long downloadedSize) The state of the file download list has changed. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
totalSize
public long totalSizeTotal size of files in the file download list, in bytes. -
totalCount
public int totalCountTotal number of files in the file download list. -
downloadedSize
public long downloadedSizeTotal downloaded size of files in the file download list, in bytes. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateFileDownloads
public UpdateFileDownloads()The state of the file download list has changed. -
UpdateFileDownloads
public UpdateFileDownloads(long totalSize, int totalCount, long downloadedSize) The state of the file download list has changed.- Parameters:
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.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-