GetPostThreadRequest

data class GetPostThreadRequest(val depth: Long? = null, val parentHeight: Long? = null, val uri: <Error class: unknown class>)

Get posts in a thread. Does not require auth, but additional metadata and filtering will be applied for authed requests.

Constructors

Link copied to clipboard
constructor(depth: Long? = null, parentHeight: Long? = null, uri: <Error class: unknown class>)

Properties

Link copied to clipboard
val depth: Long? = null

How many levels of reply depth should be included in response.

Link copied to clipboard
val parentHeight: Long? = null

How many levels of parent (and grandparent, etc) post to include.

Link copied to clipboard
val uri: <Error class: unknown class>

Reference (AT-URI) to post record.