Raw.PageBlockEmbed

Raw.PageBlockEmbed

An embedded webpage

pageBlockEmbed#a8718dc5 flags:# full_width:flags.0?true allow_scrolling:flags.3?true url:flags.1?string html:flags.2?string poster_photo_id:flags.4?long w:flags.5?int h:flags.5?int caption:PageCaption = PageBlock;
export namespace Raw {
  export class PageBlockEmbed {
    constructor(params: {
      fullWidth?: boolean;
      allowScrolling?: boolean;
      url?: string;
      html?: string;
      posterPhotoId?: bigint;
      w?: number;
      h?: number;
      caption: Raw.TypePageCaption;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0xa8718dc5

Property