Skip to main content
Module

x/grm/mod.ts>Api.PageBlockEmbed

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

Properties

optional
allowScrolling: boolean
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