Class TdApi.StorageStatisticsByChat

  • Enclosing class:
    TdApi

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

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

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

      • StorageStatisticsByChat

        public StorageStatisticsByChat()
        Default constructor.
      • StorageStatisticsByChat

        public StorageStatisticsByChat​(long chatId,
                                       long size,
                                       int count,
                                       TdApi.StorageStatisticsByFileType[] byFileType)
        Constructor for initialization of all fields.
        Parameters:
        chatId - Chat identifier; 0 if none.
        size - Total size of the files in the chat.
        count - Total number of files in the chat.
        byFileType - Statistics split by file types.