ThreadItemPost

data class ThreadItemPost(val post: PostView, val moreParents: Boolean, val moreReplies: Long, val opThread: Boolean, val hiddenByThreadgate: Boolean, val 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.

Constructors

Link copied to clipboard
constructor(post: PostView, moreParents: Boolean, moreReplies: Long, opThread: Boolean, hiddenByThreadgate: Boolean, mutedByViewer: Boolean)

Properties

Link copied to clipboard

The threadgate created by the author indicates this post as a reply to be hidden for everyone consuming the thread.

Link copied to clipboard

This post has more parents that were not present in the response. This is just a boolean, without the number of parents.

Link copied to clipboard

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.

Link copied to clipboard

This is by an account muted by the viewer requesting it.

Link copied to clipboard

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.

Link copied to clipboard