import { types } from "https://deno.land/x/mtkruto@0.1.117/mod.ts";
const { WebPage } = types;
Constructors
new
WebPage(params: { hasLargeMedia?: true; 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>; })