Raw.Page

Raw.Page

Instant view page

page#98657f0d flags:# part:flags.0?true rtl:flags.1?true v2:flags.2?true url:string blocks:Vector<PageBlock> photos:Vector<Photo> documents:Vector<Document> views:flags.3?int = Page;
export namespace Raw {
  export class Page {
    constructor(params: {
      part?: boolean;
      rtl?: boolean;
      v2?: boolean;
      url: string;
      blocks: Array<Raw.TypePageBlock>;
      photos: Array<Raw.TypePhoto>;
      documents: Array<Raw.TypeDocument>;
      views?: number;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x98657f0d

Property