Skip to main content
Module

x/mtkruto/mod.ts>types.PageBlockDetails

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

Constructors

new
PageBlockDetails(params: { open?: true; blocks: Array<TypePageBlock>; title: TypeRichText; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
blocks: Array<TypePageBlock>
optional
open: true
title: TypeRichText

Static Properties

readonly
[paramDesc]: ParamDesc