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?
optionalembed:object
Defined in: web/lib/bluesky/types.ts:59
$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:58
text
text:
string
Defined in: web/lib/bluesky/types.ts:57