Public typealias

An asset used for videos, used by the TLVideoShape.

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

TLBaseAsset

Source

packages/tlschema/src/assets/TLVideoAsset.ts

TLUnknownShapeTLVideoShape