VideoContent: {
    data?: string;
    mime_type?: VideoContentMimeType;
    resolution?: MediaResolution;
    type: "video";
    uri?: string;
}

A video content block.

Type declaration

  • Optionaldata?: string

    The video content.

  • Optionalmime_type?: VideoContentMimeType

    The mime type of the video.

  • Optionalresolution?: MediaResolution
  • type: "video"
  • Optionaluri?: string

    The URI of the video.