콘텐츠 댓글 리스트

- 비밀댓글은 닉네임 옆에 '비밀댓글' 마크 추가
This commit is contained in:
Yu Sung
2024-08-30 17:47:44 +09:00
parent d1a90ad599
commit 24f09d068d
7 changed files with 61 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ struct GetAudioContentCommentListItem: Decodable {
let nickname: String
let profileUrl: String
let comment: String
let isSecret: Bool
let donationCan: Int
let date: String
let replyCount: Int