Skip to main content
Module

x/mtkruto/mod.ts>types.PageBlockEmbedPost

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

Constructors

new
PageBlockEmbedPost(params: { url: string; webpageId: bigint; authorPhotoId: bigint; author: string; date: number; blocks: Array<TypePageBlock>; caption: TypePageCaption; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
author: string
authorPhotoId: bigint
blocks: Array<TypePageBlock>
date: number
url: string
webpageId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc