- Enclosing class:
- TdApi
public static final class TdApi.GetStorageStatistics
extends TdApi.Function<TdApi.StorageStatistics>
Returns storage usage statistics. Can
be called before authorization.
Returns StorageStatistics
-
Field Summary
Modifier and TypeFieldDescriptionint
The maximum number of chats with the largest storage usage for which separate statistics need to be returned.static final int
-
Constructor Summary
ConstructorDescriptionReturns storage usage statistics.GetStorageStatistics
(int chatLimit) Returns storage usage statistics.GetStorageStatistics
(DataInput input) Returns storage usage statistics. -
Method Summary
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 need to 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:
-
-
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 need to 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
Returns storage usage statistics. Can be called before authorization.Returns
StorageStatistics
- 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()
-