feat(chat-room) 채팅방 골격 추가
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// CreateChatRoomRequest.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 9/2/25.
|
||||
//
|
||||
|
||||
struct CreateChatRoomRequest: Encodable {
|
||||
let characterId: Int64
|
||||
}
|
||||
Reference in New Issue
Block a user