Package org.drinkless.tdlib
Class TdApi.GetStorageStatistics
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.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 intchatLimitThe maximum number of chats with the largest storage usage for which separate statistics need to be returned.static intCONSTRUCTORIdentifier uniquely determining type of the object.
-
Constructor Summary
Constructors Constructor Description GetStorageStatistics()Default constructor for a function, which returns storage usage statistics.GetStorageStatistics(int chatLimit)Creates a function, which returns storage usage statistics.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
chatLimit
public int 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.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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 Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-