KaraKaraWitch
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -179,10 +179,23 @@ As for replies and other fields, here's a more complex example.
|
|
179 |
- `lbl`: Labels. A list of strings. Though typically empty list for firehose streams. Labels are sent seperately firehose stream-wise.
|
180 |
- `lng`: Languages. Either an list (Can be empty) or a string.
|
181 |
- `tgs`: "Additional hashtags, in addition to any included in post text and facets."
|
182 |
-
`rpl`: The post that the current post is replying to.
|
183 |
- *Note:* The reply post is not enriched with the actual post.
|
184 |
- `typ`/`usr`/`rid`: [Refer to the simple posts section.](#posts-simple)
|
185 |
- `rrt`: Root post. Can be `null` if root post is the same as the `rpl` post `rid`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
186 |
|
187 |
### Accounts
|
188 |
|
|
|
179 |
- `lbl`: Labels. A list of strings. Though typically empty list for firehose streams. Labels are sent seperately firehose stream-wise.
|
180 |
- `lng`: Languages. Either an list (Can be empty) or a string.
|
181 |
- `tgs`: "Additional hashtags, in addition to any included in post text and facets."
|
182 |
+
- `rpl`: The post that the current post is replying to.
|
183 |
- *Note:* The reply post is not enriched with the actual post.
|
184 |
- `typ`/`usr`/`rid`: [Refer to the simple posts section.](#posts-simple)
|
185 |
- `rrt`: Root post. Can be `null` if root post is the same as the `rpl` post `rid`.
|
186 |
+
- `emb`: Any rich embed.
|
187 |
+
- Embed primarily has around 5 types
|
188 |
+
1. Images
|
189 |
+
- A list of images.
|
190 |
+
- Each image contains: `img` (BlobRef), `alt` (Alt Text), `isz` (Size)
|
191 |
+
3. Video
|
192 |
+
- A Video
|
193 |
+
- Contains the following fields: `vid`, `alt` (Alt Text), `isz` (Size), `cpt` (Captions, Dictionary with of key for languages and a BlobRef for value)
|
194 |
+
4. External (Outside bluesky)
|
195 |
+
- Typically webpages and the like
|
196 |
+
5. w/ Record (A post that has a link to another person)
|
197 |
+
6. Same as 5 but with Images.
|
198 |
+
- TL;DR: Embeds are complicated.
|
199 |
|
200 |
### Accounts
|
201 |
|