ThreadView
data class ThreadView @ApiResultType constructor(val id: String, val status: Int, val title: String, val cover: String, val postId: String, val medias: List<ThreadMedia> = emptyList(), val previewContent: String, val user: SimpleUser, val category: Category, val tags: List<ThreadTag> = emptyList(), val content: String, val mention: List<String> = emptyList(), val mentionAll: Boolean, val mentionHere: Boolean, val mentionPart: List<String> = emptyList(), val mentionRolePart: List<String> = emptyList(), val channelPart: List<String> = emptyList(), val itemPart: List<String> = emptyList(), val latestActiveTime: Long? = null, val createTime: Long? = null, val isUpdated: Boolean? = null, val contentDeleted: Boolean? = null, val contentDeletedType: Int? = null, val collectNum: Int? = null, val postCount: Int? = null)(source)
帖子的完整信息,包含主楼信息和扩展字段。
Since
4.3.0
Author
Forte
Constructors
Link copied to clipboard
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)
Properties
Link copied to clipboard
频道详情
Link copied to clipboard
收藏数量
Link copied to clipboard
内容是否被删除
Link copied to clipboard
删除类型:1作者自己删除 2管理员删除 3审核删除
Link copied to clipboard
创建时间
Link copied to clipboard
是否被编辑过
Link copied to clipboard
物品详情
Link copied to clipboard
最后活跃时间
Link copied to clipboard
卡片消息附加图片数组
Link copied to clipboard
是否含有 @全体人员
Link copied to clipboard
是否含有 @在线人员
Link copied to clipboard
@特定用户
详情
Link copied to clipboard
@特定角色
详情
Link copied to clipboard
回复总数
Link copied to clipboard
主楼id
Link copied to clipboard
预览文本
Link copied to clipboard
创建帖子用户数据