Info
public struct Info : Codable
Complete public user info.
-
Undocumented
Declaration
Swift
public let level: Int
-
MM-dd
Declaration
Swift
public let birthday: String?
-
Undocumented
See moreDeclaration
Swift
public struct Official : Codable
-
Undocumented
Declaration
Swift
public let official: Official
-
Undocumented
See moreDeclaration
Swift
public struct VIP : Codable
-
Undocumented
Declaration
Swift
public let vip: VIP
-
Basic info.
Declaration
Swift
public var basic: Basic { get }
-
性别:男,女,保密, 或者没填写
Declaration
Swift
public var biologicalSex: BiologicalSex? { get }
-
注册日期
Note
HeadphoneTokyo 没有注册日期?Declaration
Swift
public var registrationTime: Date? { get }
-
生日(月-日)
Declaration
Swift
public var birthdate: Date? { get }
-
头图
Declaration
Swift
public var coverImage: URL { get }