GetPostThreadQueryParams

data class GetPostThreadQueryParams(val uri: AtUri, val depth: Long? = 6, val parentHeight: Long? = 80)

Constructors

Link copied to clipboard
constructor(uri: AtUri, depth: Long? = 6, parentHeight: Long? = 80)

Properties

Link copied to clipboard
val depth: Long? = 6

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

Link copied to clipboard
val parentHeight: Long? = 80

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

Link copied to clipboard
val uri: AtUri

Reference (AT-URI) to post record.

Functions

Link copied to clipboard