Class TdApi.StorageStatisticsByFileType

  • Enclosing class:
    TdApi

    public static class TdApi.StorageStatisticsByFileType
    extends TdApi.Object
    Contains the storage usage statistics for a specific file type.
    • Field Detail

      • size

        public long size
        Total size of the files, in bytes.
      • 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

      • StorageStatisticsByFileType

        public StorageStatisticsByFileType()
        Contains the storage usage statistics for a specific file type.
      • StorageStatisticsByFileType

        public StorageStatisticsByFileType​(TdApi.FileType fileType,
                                           long size,
                                           int count)
        Contains the storage usage statistics for a specific file type.
        Parameters:
        fileType - File type.
        size - Total size of the files, in bytes.
        count - Total number of files.