Raw.PageBlockVideo

Raw.PageBlockVideo

Video

pageBlockVideo#7c8fe7b6 flags:# autoplay:flags.0?true loop:flags.1?true video_id:long caption:PageCaption = PageBlock;
export namespace Raw {
  export class PageBlockVideo {
    constructor(params: {
      autoplay?: boolean;
      loop?: boolean;
      videoId: bigint;
      caption: Raw.TypePageCaption;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x7c8fe7b6

Property