File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
packages/lexicons/src/lib Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 55 * @module
66 * Contains type declarations for Bluesky lexicons
77 * @generated
8- * Generated on: 2026-01-22T04:14:17.501Z
8+ * Generated on: 2026-01-28T04:11:07.415Z
99 * Version: main
10- * Source: https://github.com/bluesky-social/atproto/tree/2c4eb7fe207e0ae5f1840881940f400c486bf143 /lexicons
10+ * Source: https://github.com/bluesky-social/atproto/tree/2830daeaa6f580fbf777a0f832d64a6579616dc7 /lexicons
1111 */
1212
1313/** Base type with optional type field */
@@ -1320,6 +1320,8 @@ export declare namespace AppBskyEmbedVideo {
13201320 aspectRatio ?: AppBskyEmbedDefs . AspectRatio ;
13211321 /** Maximum array length: 20 */
13221322 captions ?: Caption [ ] ;
1323+ /** A hint to the client about how to present the video. */
1324+ presentation ?: "default" | "gif" | ( string & { } ) ;
13231325 }
13241326 interface Caption extends TypedBase {
13251327 file : At . Blob ;
@@ -1334,6 +1336,8 @@ export declare namespace AppBskyEmbedVideo {
13341336 */
13351337 alt ?: string ;
13361338 aspectRatio ?: AppBskyEmbedDefs . AspectRatio ;
1339+ /** A hint to the client about how to present the video. */
1340+ presentation ?: "default" | "gif" | ( string & { } ) ;
13371341 thumbnail ?: string ;
13381342 }
13391343}
You can’t perform that action at this time.
0 commit comments