Class TdApi.StorageStatisticsByFileType

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.StorageStatisticsByFileType
Enclosing class:
TdApi

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

    • fileType

      public TdApi.FileType fileType
      File type.
    • 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:
  • Constructor Details

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