class 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 { Api } from "https://deno.land/x/grm@0.8.2/tl/api.d.ts";
const { WebPage } = Api;
Properties
optional
attributes: Api.TypeWebPageAttribute[]optional
cachedPage: Api.TypePageoptional
document: Api.TypeDocumentoptional
photo: Api.TypePhotoStatic Methods
fromReader(reader: Reader): WebPage