feat(chat-room): 유료 메시지 구매 기능 추가
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// ChatMessagePurchaseRequest.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 9/4/25.
|
||||
//
|
||||
|
||||
struct ChatMessagePurchaseRequest: Encodable {
|
||||
let container: String = "ios"
|
||||
}
|
||||
Reference in New Issue
Block a user