Post

data class Post(val createdAt: <Error class: unknown class>, val embed: <Error class: unknown class><PostEmbedUnion> = AtField.Missing, val entities: <Error class: unknown class><List<PostEntity>> = AtField.Missing, val facets: <Error class: unknown class><List<Facet>> = AtField.Missing, val labels: <Error class: unknown class><PostLabelsUnion> = AtField.Missing, val langs: <Error class: unknown class><List<<Error class: unknown class>>> = AtField.Missing, val reply: <Error class: unknown class><PostReplyRef> = AtField.Missing, val tags: <Error class: unknown class><List<String>> = AtField.Missing, val text: String)

Record containing a Bluesky post.

Constructors

Link copied to clipboard
constructor(createdAt: <Error class: unknown class>, embed: <Error class: unknown class><PostEmbedUnion> = AtField.Missing, entities: <Error class: unknown class><List<PostEntity>> = AtField.Missing, facets: <Error class: unknown class><List<Facet>> = AtField.Missing, labels: <Error class: unknown class><PostLabelsUnion> = AtField.Missing, langs: <Error class: unknown class><List<<Error class: unknown class>>> = AtField.Missing, reply: <Error class: unknown class><PostReplyRef> = AtField.Missing, tags: <Error class: unknown class><List<String>> = AtField.Missing, text: String)

Properties

Link copied to clipboard
val createdAt: <Error class: unknown class>

Client-declared timestamp when this post was originally created.

Link copied to clipboard
val embed: <Error class: unknown class><PostEmbedUnion>
Link copied to clipboard
val entities: <Error class: unknown class><List<PostEntity>>

DEPRECATED: replaced by app.bsky.richtext.facet.

Link copied to clipboard
val facets: <Error class: unknown class><List<Facet>>

Annotations of text (mentions, URLs, hashtags, etc)

Link copied to clipboard
val labels: <Error class: unknown class><PostLabelsUnion>

Self-label values for this post. Effectively content warnings.

Link copied to clipboard
val langs: <Error class: unknown class><List<<Error class: unknown class>>>

Indicates human language of post primary text content.

Link copied to clipboard
val reply: <Error class: unknown class><PostReplyRef>
Link copied to clipboard
val tags: <Error class: unknown class><List<String>>

Additional hashtags, in addition to any included in post text and facets.

Link copied to clipboard

The primary post content. May be an empty string, if there are embeds.