feat(chat-room) 채팅방 골격 추가
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// ChatRoomEnterResponse.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 9/2/25.
|
||||
//
|
||||
|
||||
struct ChatRoomEnterResponse: Decodable {
|
||||
let roomId: Int64
|
||||
let character: CharacterInfo
|
||||
let messages: [ServerChatMessage]
|
||||
let hasMoreMessages: Bool
|
||||
let totalRemaining: Int
|
||||
let nextRechargeAtEpoch: Int64?
|
||||
let bgImageUrl: String?
|
||||
}
|
||||
Reference in New Issue
Block a user