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
sizeTotal size of files
countTotal number of files
byChatStatistics split by chats
View on GitHub
Install in Dash
StorageStatistics Structure Reference