public static class TdApi.GetStorageStatistics extends TdApi.Function
Returns StorageStatistics
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
int |
chatLimit
The maximum number of chats with the largest storage usage for which separate statistics need to be returned.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
Constructor and Description |
---|
GetStorageStatistics()
Default constructor for a function, which returns storage usage statistics.
|
GetStorageStatistics(int chatLimit)
Creates a function, which returns storage usage statistics.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int chatLimit
public static final int CONSTRUCTOR
public GetStorageStatistics()
Returns StorageStatistics
public GetStorageStatistics(int chatLimit)
Returns StorageStatistics
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.public int getConstructor()
getConstructor
in class TdApi.Function