Skip to main content
Module

x/grm/mod.ts>tl.Api.Page

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.Page
extends VirtualClass<{ part?: boolean; rtl?: boolean; v2?: boolean; url: string; blocks: Api.TypePageBlock[]; photos: Api.TypePhoto[]; documents: Api.TypeDocument[]; views?: int; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { Page } = tl.Api;

Properties

blocks: Api.TypePageBlock[]
className: "Page"
classType: "constructor"
CONSTRUCTOR_ID: 2556788493
documents: Api.TypeDocument[]
optional
part: boolean
photos: Api.TypePhoto[]
optional
rtl: boolean
SUBCLASS_OF_ID: 3023575326
url: string
optional
v2: boolean
optional
views: int

Static Methods

fromReader(reader: Reader): Page