feat(chat-room) 채팅방 API
- 생성, 입장, 이전 메시지 로딩, 메시지 전송 API 추가
This commit is contained in:
@@ -6,5 +6,5 @@
|
||||
//
|
||||
|
||||
struct CreateChatRoomRequest: Encodable {
|
||||
let characterId: Int64
|
||||
let characterId: Int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user