java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.StorageStatisticsByChat
- Enclosing class:
- TdApi
Contains the storage usage statistics
for a specific chat.
-
Field Summary
Modifier and TypeFieldDescriptionStatistics split by file types.long
Chat identifier; 0 if none.static final int
int
Total number of files in the chat.long
Total size of the files in the chat, in bytes. -
Constructor Summary
ConstructorDescriptionContains 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.StorageStatisticsByChat
(DataInput input) Contains the storage usage statistics for a specific chat. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatId
public long chatIdChat identifier; 0 if none. -
size
public long sizeTotal size of the files in the chat, in bytes. -
count
public int countTotal number of files in the chat. -
byFileType
Statistics split by file types. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
StorageStatisticsByChat
public StorageStatisticsByChat()Contains the storage usage statistics for a specific chat. -
StorageStatisticsByChat
public StorageStatisticsByChat(long chatId, long size, int count, TdApi.StorageStatisticsByFileType[] byFileType) Contains the storage usage statistics for a specific chat.- Parameters:
chatId
- long Chat identifier; 0 if none.size
- long Total size of the files in the chat, in bytes.count
- int Total number of files in the chat.byFileType
- StorageStatisticsByFileType[] Statistics split by file types.
-
StorageStatisticsByChat
Contains the storage usage statistics for a specific chat.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-