라이브 상세 페이지 추가
This commit is contained in:
@@ -11,15 +11,13 @@ struct GetRoomDetailResponse: Decodable {
|
||||
let roomId: Int
|
||||
let price: Int
|
||||
let title: String
|
||||
let content: String
|
||||
let notice: String
|
||||
let isPaid: Bool
|
||||
let isPrivateRoom: Bool
|
||||
let isSecretRoom: Bool
|
||||
let password: Int?
|
||||
let password: String?
|
||||
let tags: [String]
|
||||
let channelName: String?
|
||||
let beginDateTime: String
|
||||
let isNotification: Bool
|
||||
let numberOfParticipants: Int
|
||||
let numberOfParticipantsTotal: Int
|
||||
let manager: GetRoomDetailManager
|
||||
@@ -35,7 +33,7 @@ struct GetRoomDetailManager: Decodable {
|
||||
let websiteUrl: String?
|
||||
let blogUrl: String?
|
||||
let profileImageUrl: String
|
||||
let isCounselor: Bool
|
||||
let isCreator: Bool
|
||||
}
|
||||
|
||||
struct GetRoomDetailUser: Decodable, Hashable {
|
||||
|
Reference in New Issue
Block a user