public static class TdApi.StorageStatistics extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
TdApi.StorageStatisticsByChat[] |
byChat
Statistics split by chats.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
count
Total number of files.
|
long |
size
Total size of files, in bytes.
|
| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long size
public int count
public TdApi.StorageStatisticsByChat[] byChat
public static final int CONSTRUCTOR
public StorageStatistics()
public StorageStatistics(long size,
int count,
TdApi.StorageStatisticsByChat[] byChat)
size - Total size of files, in bytes.count - Total number of files.byChat - Statistics split by chats.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object