Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/mod.ts>functions.MessagesGetWebPagePreview

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.MessagesGetWebPagePreview
extends Function<types.TypeMessageMedia>
import { functions } from "https://deno.land/x/mtkruto@0.1.102/mod.ts";
const { MessagesGetWebPagePreview } = functions;

Constructors

new
MessagesGetWebPagePreview(params: { message: string; entities?: Array<types.TypeMessageEntity>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
entities: Array<types.TypeMessageEntity>
message: string

Static Properties

readonly
[paramDesc]: ParamDesc