feat(chat-room) 채팅방 API
- 채팅방 입장 API 연동 - 채팅 쿼터가 없을 때 표시할 UI 추가
This commit is contained in:
@@ -7,5 +7,5 @@
|
||||
|
||||
struct ChatQuotaStatusResponse: Decodable {
|
||||
let totalRemaining: Int
|
||||
let nextRechargeAtEpoch: Int64
|
||||
let nextRechargeAtEpoch: Int64?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user