class types.WebPage
extends _TypeWebPage
import { types } from "https://deno.land/x/mtkruto@0.0.998/2_tl.ts";
const { WebPage } = types;
Constructors
new
WebPage(params: { id: bigint; url: string; displayUrl: string; hash: number; type?: string; siteName?: string; title?: string; description?: string; photo?: TypePhoto; embedUrl?: string; embedType?: string; embedWidth?: number; embedHeight?: number; duration?: number; author?: string; document?: TypeDocument; cachedPage?: TypePage; attributes?: Array<TypeWebPageAttribute>; })Properties
protected
readonly
[params]: Paramsoptional
attributes: Array<TypeWebPageAttribute>optional
cachedPage: TypePageoptional
document: TypeDocumentoptional
photo: TypePhotoStatic Properties
readonly
[paramDesc]: ParamDesc