Skip to main content

Interface: BlueskyPostRecord

Defined in: web/lib/bluesky/types.ts:55

Bluesky post record structure.

See

https://docs.bsky.app/docs/advanced-guides/posts

Properties

$type

$type: "app.bsky.feed.post"

Defined in: web/lib/bluesky/types.ts:56


createdAt

createdAt: string

Defined in: web/lib/bluesky/types.ts:68


embed?

optional embed: object

Defined in: web/lib/bluesky/types.ts:59

$type

$type: "app.bsky.embed.external"

external

external: object

external.description

description: string

external.thumb?

optional thumb: BlobRef

external.title

title: string

external.uri

uri: string


facets?

optional facets: BlueskyFacet[]

Defined in: web/lib/bluesky/types.ts:58


text

text: string

Defined in: web/lib/bluesky/types.ts:57