Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>PageBlockPhoto_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class PageBlockPhoto_
extends _PageBlock_
import { PageBlockPhoto_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

A photo

Constructors

new
PageBlockPhoto_(params: { photo_id: bigint; caption: enums.PageCaption; url?: string; webpage_id?: bigint; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
caption: enums.PageCaption

Caption

photo_id: bigint

Photo ID

optional
url: string

HTTP URL of page the photo leads to when clicked

optional
webpage_id: bigint

ID of preview of the page the photo leads to when clicked

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc