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.
hidden Replies
List of hidden reply URIs.