Package org.drinkless.tdlib
Class TdApi.StorageStatistics
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.StorageStatistics
-
- Enclosing class:
- TdApi
public static class TdApi.StorageStatistics extends TdApi.Object
Contains the exact storage usage statistics split by chats and file type.
-
-
Field Summary
Fields Modifier and Type Field Description TdApi.StorageStatisticsByChat[]byChatStatistics split by chats.static intCONSTRUCTORIdentifier uniquely determining type of the object.intcountTotal number of files.longsizeTotal size of files, in bytes.
-
Constructor Summary
Constructors Constructor Description StorageStatistics()Contains the exact storage usage statistics split by chats and file type.StorageStatistics(long size, int count, TdApi.StorageStatisticsByChat[] byChat)Contains the exact storage usage statistics split by chats and file type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
size
public long size
Total size of files, in bytes.
-
count
public int count
Total number of files.
-
byChat
public TdApi.StorageStatisticsByChat[] byChat
Statistics split by chats.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StorageStatistics
public StorageStatistics()
Contains the exact storage usage statistics split by chats and file type.
-
StorageStatistics
public StorageStatistics(long size, int count, TdApi.StorageStatisticsByChat[] byChat)Contains the exact storage usage statistics split by chats and file type.- Parameters:
size- Total size of files, in bytes.count- Total number of files.byChat- Statistics split by chats.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-