TLVideoAsset

Public TypeAlias

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

TLBaseAsset

Edit this page
Last edited on 11 May 2023
TLUserPresenceIdTLVideoShape