Module tdlight.api

Class TdApi.GetStorageStatistics

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 Details

    • 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
      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

      public GetStorageStatistics(DataInput input) throws IOException
      Returns storage usage statistics. Can be called before authorization. Returns StorageStatistics
      Throws:
      IOException
  • Method Details