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

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

Constructors

new
PageTableCell_(params?: { header?: true; align_center?: true; align_right?: true; valign_middle?: true; valign_bottom?: true; text?: enums.RichText; colspan?: number; rowspan?: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
align_center: true
optional
align_right: true
optional
colspan: number
optional
header: true
optional
rowspan: number
optional
text: enums.RichText
optional
valign_bottom: true
optional
valign_middle: true

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc