콘텐츠 상세

- 상단에 고정 상태, 고정이 가능한 상태 인지 판단하는 플래그 추가
This commit is contained in:
2024-01-27 00:03:34 +09:00
parent 711842f00d
commit 443818efb5
3 changed files with 34 additions and 6 deletions

View File

@@ -29,6 +29,8 @@ data class GetAudioContentDetailResponse(
val likeCount: Int,
val commentList: List<GetAudioContentCommentListItem>,
val commentCount: Int,
val isPin: Boolean,
val isAvailablePin: Boolean,
val creator: AudioContentCreator
)