Postgate

data class Postgate(val createdAt: Timestamp, val post: AtUri, val detachedEmbeddingUris: List<AtUri> = emptyList(), val embeddingRules: List<PostgateEmbeddingRuleUnion> = emptyList())

Parameters

post

Reference (AT-URI) to the post record.

detachedEmbeddingUris

List of AT-URIs embedding this post that the author has detached from.

Constructors

Link copied to clipboard
constructor(createdAt: Timestamp, post: AtUri, detachedEmbeddingUris: List<AtUri> = emptyList(), embeddingRules: List<PostgateEmbeddingRuleUnion> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard

List of AT-URIs embedding this post that the author has detached from.

Link copied to clipboard
val post: AtUri

Reference (AT-URI) to the post record.