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.5.2/src/mod.ts";
const { PageBlockEmbed } = tl.Api;
Static Methods
fromReader(reader: Reader): PageBlockEmbed