ThreadView

constructor(id: String, status: Int, title: String, cover: String, postId: String, medias: List<ThreadMedia> = emptyList(), previewContent: String, user: SimpleUser, category: Category, tags: List<ThreadTag> = emptyList(), content: String, mention: List<String> = emptyList(), mentionAll: Boolean, mentionHere: Boolean, mentionPart: List<String> = emptyList(), mentionRolePart: List<String> = emptyList(), channelPart: List<String> = emptyList(), itemPart: List<String> = emptyList(), latestActiveTime: Long? = null, createTime: Long? = null, isUpdated: Boolean? = null, contentDeleted: Boolean? = null, contentDeletedType: Int? = null, collectNum: Int? = null, postCount: Int? = null)(source)