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?
optionalembed:object
Defined in: web/lib/bluesky/types.ts:67
$type
$type:
"app.bsky.embed.external"
external
external:
object
external.description
description:
string
external.thumb?
optionalthumb:BlobRef
external.title
title:
string
external.uri
uri:
string
facets?
optionalfacets:BlueskyFacet[]
Defined in: web/lib/bluesky/types.ts:66
text
text:
string
Defined in: web/lib/bluesky/types.ts:65