Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class PageBlockTable
extends _TypePageBlock
import { PageBlockTable } from "https://deno.land/x/mtkruto@0.0.998/tl/2_types.ts";

Constructors

new
PageBlockTable(params: { bordered?: true; striped?: true; title: TypeRichText; rows: Array<TypePageTableRow>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
bordered: true
rows: Array<TypePageTableRow>
optional
striped: true
title: TypeRichText

Static Properties

readonly
[paramDesc]: ParamDesc