Package it.tdlight.jni
Class TdApi.GetStorageStatistics
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetStorageStatistics
- Enclosing class:
- TdApi
public static class TdApi.GetStorageStatistics extends TdApi.Function
Returns storage usage statistics. Can
be called before authorization.
Returns StorageStatistics
-
Field Summary
Fields Modifier and Type Field Description int
chatLimit
The maximum number of chats with the largest storage usage for which separate statistics should be returned.static int
CONSTRUCTOR
-
Constructor Summary
Constructors Constructor Description GetStorageStatistics()
Returns storage usage statistics.GetStorageStatistics(int chatLimit)
Returns storage usage statistics.GetStorageStatistics(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatLimit
public int chatLimitThe maximum number of chats with the largest storage usage for which separate statistics should be returned. All other chats will be grouped in entries with chatId == 0. If the chat info database is not used, the chatLimit is ignored and is always set to 0. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GetStorageStatistics
public GetStorageStatistics()Returns storage usage statistics. Can be called before authorization.Returns
StorageStatistics
-
GetStorageStatistics
public GetStorageStatistics(int chatLimit)Returns storage usage statistics. Can be called before authorization.Returns
StorageStatistics
- Parameters:
chatLimit
- int The maximum number of chats with the largest storage usage for which separate statistics should be returned. All other chats will be grouped in entries with chatId == 0. If the chat info database is not used, the chatLimit is ignored and is always set to 0.
-
GetStorageStatistics
- 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()
-