Skip to main content
Module

x/mtkruto/mod.ts>types.PageBlockTable

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

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