Threadgate

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

Parameters

post

Reference (AT-URI) to the post record.

allow

List of rules defining who can reply to this post. If value is an empty array, no one can reply. If value is undefined, anyone can reply.

hiddenReplies

List of hidden reply URIs.