Package org.drinkless.tdlib
Class TdApi.GetStorageStatistics
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.StorageStatistics>
org.drinkless.tdlib.TdApi.GetStorageStatistics
- Enclosing class:
- TdApi
Returns storage usage statistics. Can be called before authorization.
Returns StorageStatistics
-
Field Summary
FieldsModifier and TypeFieldDescriptionintThe maximum number of chats with the largest storage usage for which separate statistics need to be returned.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns storage usage statistics.GetStorageStatistics(int chatLimit) Creates a function, which returns storage usage statistics. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
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 CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetStorageStatistics
public GetStorageStatistics()Default constructor for a function, which returns storage usage statistics. Can be called before authorization.Returns
StorageStatistics -
GetStorageStatistics
public GetStorageStatistics(int chatLimit) Creates a function, which returns storage usage statistics. Can be called before authorization.Returns
StorageStatistics- Parameters:
chatLimit- 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.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-