Class TdApi.StorageStatisticsByChat

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.StorageStatisticsByChat
Enclosing class:
TdApi

public static class TdApi.StorageStatisticsByChat
extends TdApi.Object
Contains the storage usage statistics for a specific chat.
  • Field Details

    • chatId

      public long chatId
      Chat identifier; 0 if none.
    • size

      public long size
      Total size of the files in the chat.
    • count

      public int count
      Total number of files in the chat.
    • byFileType

      public TdApi.StorageStatisticsByFileType[] byFileType
      Statistics split by file types.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • StorageStatisticsByChat

      public StorageStatisticsByChat()
      Contains the storage usage statistics for a specific chat.
    • StorageStatisticsByChat

      public StorageStatisticsByChat​(long chatId, long size, int count, TdApi.StorageStatisticsByFileType[] byFileType)
      Contains the storage usage statistics for a specific chat.
      Parameters:
      chatId - long Chat identifier; 0 if none.
      size - long Total size of the files in the chat.
      count - int Total number of files in the chat.
      byFileType - StorageStatisticsByFileType[] Statistics split by file types.
    • StorageStatisticsByChat

      public StorageStatisticsByChat​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details