Package org.drinkless.tdlib
Class TdApi.StorageStatisticsByChat
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.StorageStatisticsByChat
-
- Enclosing class:
- TdApi
public static class TdApi.StorageStatisticsByChat extends TdApi.Object
Contains the storage usage statistics for a specific chat.
-
-
Field Summary
Fields Modifier and Type Field Description TdApi.StorageStatisticsByFileType[]byFileTypeStatistics split by file types.longchatIdChat identifier; 0 if none.static intCONSTRUCTORIdentifier uniquely determining type of the object.intcountTotal number of files in the chat.longsizeTotal size of the files in the chat, in bytes.
-
Constructor Summary
Constructors Constructor 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.
-
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
-
chatId
public long chatId
Chat identifier; 0 if none.
-
size
public long size
Total size of the files in the chat, in bytes.
-
count
public int count
Total number of files in the chat.
-
byFileType
public TdApi.StorageStatisticsByFileType[] byFileType
Statistics split by file types.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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- 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.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-