interface VideoPayload

Data for a video to be attached to a post.

Properties

alt?: string

Alt text for the video.

aspectRatio?: { height: number; width: number; }

The video's aspect ratio.

Properties

height: number
width: number

captions?: AppBskyEmbedVideo.Caption[]

Sets of closed captions for the video.

data: Blob | string

The video's data, or a URL leading to a video.