StorageStatistics
public struct StorageStatistics : Codable, Equatable, FunctionResult
Contains the exact storage usage statistics split by chats and file type
-
Total size of files
Declaration
Swift
public let size: Int53
-
Total number of files
Declaration
Swift
public let count: Int32
-
Statistics split by chats
Declaration
Swift
public let byChat: [StorageStatisticsByChat]
-
Contains the exact storage usage statistics split by chats and file type
Declaration
Swift
public init(size: Int53, count: Int32, byChat: [StorageStatisticsByChat])
Parameters
size
Total size of files
count
Total number of files
byChat
Statistics split by chats