Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Constructors

new
PageBlockEmbed_(params: { full_width?: true; allow_scrolling?: true; url?: string; html?: string; poster_photo_id?: bigint; w?: number; h?: number; caption: enums.PageCaption; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
allow_scrolling: true
optional
full_width: true
optional
h: number
optional
html: string
optional
poster_photo_id: bigint
optional
url: string
optional
w: number

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc