interface APIEmbedVideo

export interface APIEmbedVideo

See also: https://discord.com/developers/docs/resources/message#embed-object-embed-video-structure

optional
content_type? : string

The video's media type

See also: https://en.wikipedia.org/wiki/Media_type

optional
description? : string

Description (alt text) for the video

optional
height? : number

Height of video

optional
placeholder_version? : number

Version of the placeholder

optional
placeholder? : string

ThumbHash placeholder of the video

See also: https://evanw.github.io/thumbhash/

optional
proxy_url? : string

A proxied url of the video

optional
url? : string

Source url of video

optional
width? : number

Width of video