Skip to main content
Module

x/mtkruto/mod.ts>types.PageBlockPhoto

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

Constructors

new
PageBlockPhoto(params: { photoId: bigint; caption: TypePageCaption; url?: string; webpageId?: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
caption: TypePageCaption
photoId: bigint
optional
url: string
optional
webpageId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc