Skip to main content

Interface: BlueskyPostRecord

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

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:64


createdAt​

createdAt: string

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


embed?​

optional embed: object

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

$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:66


text​

text: string

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