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
fullWidth
: boolean or undefinedWhether the block should be full width
allowScrolling
: boolean or undefinedWhether scrolling should be allowed
url
: string or undefinedWeb page url, if available
html
: string or undefinedHtml-markup of the embedded page
posterPhotoId
: bigint or undefinedPoster photo, if available
w
: number or undefinedBlock width, if known
h
: number or undefinedBlock height, if known
caption
: Raw.TypePageCaptionCaption