feat(chat-room): 유료 메시지 구매 기능 추가

This commit is contained in:
Yu Sung
2025-09-04 06:34:00 +09:00
parent 6ce85a485a
commit 20801bdcfb
6 changed files with 165 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
//
// ChatMessagePurchaseRequest.swift
// SodaLive
//
// Created by klaus on 9/4/25.
//
struct ChatMessagePurchaseRequest: Encodable {
let container: String = "ios"
}