#main
- recordRecord containing a Bluesky post.
Record Key Type: tid
Data Fields
Name | Type | Details |
---|---|---|
createdAt |
string (required) |
Client-declared timestamp when this post was originally created. Syntax Format: |
embed |
union |
Open Union: |
entities |
array |
DEPRECATED: replaced by app.bsky.richtext.facet. Elements are of type: |
facets |
array |
Annotations of text (mentions, URLs, hashtags, etc) Elements are of type: |
labels |
union |
Self-label values for this post. Effectively content warnings. Open Union: |
langs |
array |
Indicates human language of post primary text content. Array Length: 3 max UNHANDLED IN ARRAYS: string |
reply |
ref |
Reference: |
tags |
array |
Additional hashtags, in addition to any included in post text and facets. Array Length: 8 max UNHANDLED IN ARRAYS: string |
text |
string (required) |
The primary post content. May be an empty string, if there are embeds. Length in Graphemes: 300 max Length in bytes (when UTF-8 encoded): 3000 max |