Skip to main content
Module

x/grm/mod.ts>tl.Api.PageBlockEmbed

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.PageBlockEmbed
extends VirtualClass<{ fullWidth?: boolean; allowScrolling?: boolean; url?: string; html?: string; posterPhotoId?: long; w?: int; h?: int; caption: Api.TypePageCaption; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { PageBlockEmbed } = tl.Api;

Properties

optional
allowScrolling: boolean
caption: Api.TypePageCaption
className: "PageBlockEmbed"
classType: "constructor"
CONSTRUCTOR_ID: 2826014149
optional
fullWidth: boolean
optional
h: int
optional
html: string
optional
posterPhotoId: long
SUBCLASS_OF_ID: 449467972
optional
url: string
optional
w: int

Static Methods

fromReader(reader: Reader): PageBlockEmbed