Files
sodalive-ios/SodaLive/Sources/Chat/Talk/Room/Create/CreateChatRoomResponse.swift
Yu Sung 96cabbc6a7 feat(character-detail) 대화하기 버튼 액션 추가
- 채팅방 생성 API 호출
2025-09-04 01:31:36 +09:00

11 lines
157 B
Swift

//
// CreateChatRoomResponse.swift
// SodaLive
//
// Created by klaus on 9/2/25.
//
struct CreateChatRoomResponse: Decodable {
let chatRoomId: Int
}