BKLiveRoom
public struct BKLiveRoom : Equatable
Undocumented
-
Either the short or actual id.
Declaration
Swift
public let id: Int
-
Initialize a BKLiveRoom with one of its ids.
Declaration
Swift
public init(_ id: Int)
Parameters
id
room id or short id.
-
Information of a live room.
See moreDeclaration
Swift
public struct Info : Codable