public static class TdApi.StorageStatisticsByChat extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
TdApi.StorageStatisticsByFileType[] |
byFileType
Statistics split by file types.
|
long |
chatId
Chat identifier; 0 if none.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
count
Total number of files in the chat.
|
long |
size
Total size of the files in the chat, in bytes.
|
Constructor and Description |
---|
StorageStatisticsByChat()
Contains the storage usage statistics for a specific chat.
|
StorageStatisticsByChat(long chatId,
long size,
int count,
TdApi.StorageStatisticsByFileType[] byFileType)
Contains the storage usage statistics for a specific chat.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public long size
public int count
public TdApi.StorageStatisticsByFileType[] byFileType
public static final int CONSTRUCTOR
public StorageStatisticsByChat()
public StorageStatisticsByChat(long chatId, long size, int count, TdApi.StorageStatisticsByFileType[] byFileType)
chatId
- Chat identifier; 0 if none.size
- Total size of the files in the chat, in bytes.count
- Total number of files in the chat.byFileType
- Statistics split by file types.public int getConstructor()
getConstructor
in class TdApi.Object