Post
data class Post @ApiResultType constructor(val id: String, val categoryId: String? = null, val threadId: String, val replyId: String, val belongToPostId: String, val content: String, val status: Int? = null, val mention: List<String> = emptyList(), val mentionAll: Boolean = false, val mentionHere: Boolean = false, val mentionPart: List<String> = emptyList(), val mentionRolePart: List<String> = emptyList(), val channelPart: List<String> = emptyList(), val itemPart: List<String> = emptyList(), val createTime: Long? = null, val isUpdated: Boolean? = null, val user: User? = null, val replies: List<Post> = emptyList())(source)
帖子回复/评论详情。
Since
4.3.0
Author
Forte
Constructors
Link copied to clipboard
                  constructor(id: String, categoryId: String? = null, threadId: String, replyId: String, belongToPostId: String, content: String, status: Int? = null, mention: List<String> = emptyList(), mentionAll: Boolean = false, mentionHere: Boolean = false, mentionPart: List<String> = emptyList(), mentionRolePart: List<String> = emptyList(), channelPart: List<String> = emptyList(), itemPart: List<String> = emptyList(), createTime: Long? = null, isUpdated: Boolean? = null, user: User? = null, replies: List<Post> = emptyList())
Properties
Link copied to clipboard
                  所属的评论的post_id
Link copied to clipboard
                  分区id
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(回复主贴为0)
Link copied to clipboard
                  所属帖子id