Stat
public struct Stat : Codable
Statistics of the user.
-
获点赞数量
Declaration
Swift
public let likes: Int -
视频播放数
Declaration
Swift
public var videoPlaybackCount: Int { get } -
文章阅读数
Declaration
Swift
public var articleViewCount: Int { get }
View on GitHub
Install in Dash
Stat Structure Reference