An asset used for videos, used by the TLVideoShape.
type TLVideoAsset = TLBaseAsset<
'video',
{
fileSize?: number
h: number
isAnimated: boolean
mimeType: null | string
name: string
src: null | string
w: number
}
>
We use cookies on this website.
Learn more in our Cookie Policy.