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