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
      Identifier uniquely determining type of the object.
      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 - 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.

      Returns StorageStatistics

    • GetStorageStatistics

      public GetStorageStatistics(DataInput input) throws IOException
      Returns storage usage statistics. Can be called before authorization.

      Returns StorageStatistics

      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object