class types.Page
extends _TypePage
import { types } from "https://deno.land/x/mtkruto@0.1.105/mod.ts";
const { Page } = types;
Constructors
new
Page(params: { part?: true; rtl?: true; v2?: true; url: string; blocks: Array<TypePageBlock>; photos: Array<TypePhoto>; documents: Array<TypeDocument>; views?: number; })Properties
protected
readonly
[params]: Paramsblocks: Array<TypePageBlock>
documents: Array<TypeDocument>
photos: Array<TypePhoto>
Static Properties
readonly
[paramDesc]: ParamDesc