Postgate
data class Postgate(val createdAt: Timestamp, val post: AtUri, val detachedEmbeddingUris: ReadOnlyList<AtUri> = persistentListOf(), val embeddingRules: ReadOnlyList<PostgateEmbeddingRuleUnion> = persistentListOf())
Parameters
post
Reference (AT-URI) to the post record.
detached Embedding Uris
List of AT-URIs embedding this post that the author has detached from.
Constructors
Link copied to clipboard
constructor(createdAt: Timestamp, post: AtUri, detachedEmbeddingUris: ReadOnlyList<AtUri> = persistentListOf(), embeddingRules: ReadOnlyList<PostgateEmbeddingRuleUnion> = persistentListOf())