TLVideoAsset
See source codeAn 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
}
>
Prev
TLUnknownShapeNext
TLVideoShape