···3030 "aspectRatio": {
3131 "type": "ref",
3232 "ref": "app.bsky.embed.defs#aspectRatio"
3333+ },
3434+ "presentation": {
3535+ "type": "string",
3636+ "description": "A hint to the client about how to present the video.",
3737+ "knownValues": ["default", "gif"]
3338 }
3439 }
3540 },
···7277 "aspectRatio": {
7378 "type": "ref",
7479 "ref": "app.bsky.embed.defs#aspectRatio"
8080+ },
8181+ "presentation": {
8282+ "type": "string",
8383+ "description": "A hint to the client about how to present the video.",
8484+ "knownValues": ["default", "gif"]
7585 }
7686 }
7787 }
···3737 );
3838 },
3939 /**
4040+ * A hint to the client about how to present the video.
4141+ */
4242+ presentation: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string<'default' | 'gif' | (string & {})>()),
4343+ /**
4044 * The mp4 video file. May be up to 100mb, formerly limited to 50mb.
4145 * @accept video/mp4
4246 * @maxSize 100000000
···6064 },
6165 cid: /*#__PURE__*/ v.cidString(),
6266 playlist: /*#__PURE__*/ v.genericUriString(),
6767+ /**
6868+ * A hint to the client about how to present the video.
6969+ */
7070+ presentation: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string<'default' | 'gif' | (string & {})>()),
6371 thumbnail: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.genericUriString()),
6472});
6573