Info
public struct Info : Codable
Information of a live room.
-
Author id.
Declaration
Swift
public let mid: Int
-
Undocumented
Declaration
Swift
public let roomID: Int
-
Undocumented
Declaration
Swift
public let shortID: Int
-
Number of followers.
Declaration
Swift
public let followers: Int
-
Number of current viewers.
Declaration
Swift
public let watching: Int
-
Undocumented
Declaration
Swift
public let isPortrait: Bool
-
Description in HTML
Declaration
Swift
public let description: String
-
Undocumented
Declaration
Swift
public let background: String
-
Undocumented
Declaration
Swift
public let title: String
-
Might be empty string.
Declaration
Swift
public let userChosenCoverImageURL: String
-
Might be empty string
Declaration
Swift
public let keyframeSnapshotURL: String
-
Tags. e.g. ACG音乐.
Declaration
Swift
public let tags: String
-
Verified official name.
Declaration
Swift
public let verifiedIdentity: String
-
The actual cover image in use.
Declaration
Swift
public var coverImageURL: URL { get }