Public readonly variable

Signature
videoShapeProps: {
  assetId: T.Validator<import('..').TLAssetId | null>
  h: T.Validator<number>
  playing: T.Validator<boolean>
  time: T.Validator<number>
  url: T.Validator<string>
  w: T.Validator<number>
}
References

T.Validator, TLAssetId

Source

packages/tlschema/src/shapes/TLVideoShape.ts

vecModelValidatorArrayOfValidator