public static class TdApi.GetStorageStatistics extends TdApi.Function<TdApi.StorageStatistics>
Returns StorageStatistics
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object