class tl.Api.WebPage
extends VirtualClass<{ id: long; url: string; displayUrl: string; hash: int; type?: string; siteName?: string; title?: string; description?: string; photo?: Api.TypePhoto; embedUrl?: string; embedType?: string; embedWidth?: int; embedHeight?: int; duration?: int; author?: string; document?: Api.TypeDocument; cachedPage?: Api.TypePage; attributes?: Api.TypeWebPageAttribute[]; }>
import { tl } from "https://deno.land/x/grm@v0.3.1/mod.ts";
const { WebPage } = tl.Api;
Properties
optional
attributes: Api.TypeWebPageAttribute[]optional
cachedPage: Api.TypePageoptional
document: Api.TypeDocumentoptional
photo: Api.TypePhotoStatic Methods
fromReader(reader: Reader): WebPage