- 시그니처 후원 적용
This commit is contained in:
Yu Sung
2024-03-08 01:38:27 +09:00
parent 367be74279
commit 86d4bc1c1e
3 changed files with 30 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ struct LiveRoomChatRawMessage: Codable {
let type: LiveRoomChatRawMessageType
let message: String
let can: Int
var signatureImageUrl: String? = nil
let donationMessage: String?
var isActiveRoulette: Bool? = nil
}