ThreadItemPost
constructor(post: PostView, moreParents: Boolean, moreReplies: Long, opThread: Boolean, hiddenByThreadgate: Boolean, mutedByViewer: Boolean)
Parameters
moreParents
This post has more parents that were not present in the response. This is just a boolean, without the number of parents.
moreReplies
This post has more replies that were not present in the response. This is a numeric value, which is best-effort and might not be accurate.
opThread
This post is part of a contiguous thread by the OP from the thread root. Many different OP threads can happen in the same thread.
hiddenByThreadgate
The threadgate created by the author indicates this post as a reply to be hidden for everyone consuming the thread.
mutedByViewer
This is by an account muted by the viewer requesting it.