Public typealias

An asset used for videos, used by the TLVideoShape.

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

TLBaseAsset

Source

packages/tlschema/src/assets/TLVideoAsset.ts

TLUnknownShapeTLVideoShape