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

x/mtkruto/tl/2_types.ts>PageBlockEmbed

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class PageBlockEmbed
import { PageBlockEmbed } from "https://deno.land/x/mtkruto@0.1.105/tl/2_types.ts";

Constructors

new
PageBlockEmbed(params: { fullWidth?: true; allowScrolling?: true; url?: string; html?: string; posterPhotoId?: bigint; w?: number; h?: number; caption: TypePageCaption; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
allowScrolling: true
optional
fullWidth: true
optional
h: number
optional
html: string
optional
posterPhotoId: bigint
optional
url: string
optional
w: number

Static Properties

readonly
[paramDesc]: ParamDesc