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>PageBlockTable_

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

Table

Constructors

new
PageBlockTable_(params: { bordered?: true; striped?: true; title: enums.RichText; rows: Array<enums.PageTableRow>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
bordered: true

Does the table have a visible border?

rows: Array<enums.PageTableRow>

Table rows

optional
striped: true

Is the table striped?

title: enums.RichText

Title

Static Properties

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