Post

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())(source)