Class TdApi.StorageStatistics

  • Enclosing class:
    TdApi

    public static class TdApi.StorageStatistics
    extends TdApi.Object
    Contains the exact storage usage statistics split by chats and file type.
    • Field Detail

      • size

        public long size
        Total size of files.
      • count

        public int count
        Total number of files.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • StorageStatistics

        public StorageStatistics()
        Default constructor.
      • StorageStatistics

        public StorageStatistics​(long size,
                                 int count,
                                 TdApi.StorageStatisticsByChat[] byChat)
        Constructor for initialization of all fields.
        Parameters:
        size - Total size of files.
        count - Total number of files.
        byChat - Statistics split by chats.