Threadgate

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

Parameters

post

Reference (AT-URI) to the post record.

hiddenReplies

List of hidden reply URIs.

Constructors

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

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.