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.
hidden Replies
List of hidden reply URIs.
Constructors
Link copied to clipboard
constructor(post: AtUri, allow: ReadOnlyList<ThreadgateAllowUnion> = persistentListOf(), createdAt: Timestamp, hiddenReplies: ReadOnlyList<AtUri> = persistentListOf())