ForumThread

constructor(    title: String,     threadId: Int,     board: String,     boardId: Int,     section: String,     sectionId: Int,     previousTopicNumber: Int?,     nextTopicNumber: Int?,     goldenFrame: Boolean,     anchoredPost: ForumPost? = null,     currentPage: Int,     totalPages: Int,     resultsCount: Int,     entries: List<ForumPost>)(source)