Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>Page

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class Page
extends TypePage
import { Page } from "https://deno.land/x/mtkruto@0.0.989/tl/2_types.ts";

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
[id]
protected
readonly
[params]: Params
blocks: Array<TypePageBlock>
documents: Array<TypeDocument>
optional
part: true
photos: Array<TypePhoto>
optional
rtl: true
url: string
optional
v2: true
optional
views: number

Static Properties

readonly
[paramDesc]: ParamDesc