Skip to main content
Module

x/mtkruto/mod.ts>types.PageBlockEmbed

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.PageBlockEmbed
extends TypePageBlock
import { types } from "https://deno.land/x/mtkruto@0.0.985/mod.ts";
const { PageBlockEmbed } = types;

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