Class 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 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.