TLVideoAsset
Public TypeAlias
Signature
type TLVideoAsset = TLBaseAsset<
'video',
{
w: number
h: number
name: string
isAnimated: boolean
mimeType: null | string
src: null | string
}
>
Public TypeAlias
type TLVideoAsset = TLBaseAsset<
'video',
{
w: number
h: number
name: string
isAnimated: boolean
mimeType: null | string
src: null | string
}
>