Threadgate

data class Threadgate(val post: AtUri, val allow: List<ThreadgateAllowUnion> = emptyList(), val createdAt: Timestamp, val hiddenReplies: List<AtUri> = emptyList())

Parameters

post

Reference (AT-URI) to the post record.

hiddenReplies

List of hidden reply URIs.

Constructors

Link copied to clipboard
constructor(post: AtUri, allow: List<ThreadgateAllowUnion> = emptyList(), createdAt: Timestamp, hiddenReplies: List<AtUri> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

List of hidden reply URIs.

Link copied to clipboard
val post: AtUri

Reference (AT-URI) to the post record.