class tl.Api.PageBlockTable
extends VirtualClass<{ bordered?: boolean; striped?: boolean; title: Api.TypeRichText; rows: Api.TypePageTableRow[]; }>
import { tl } from "https://deno.land/x/grm@0.6.0/src/mod.ts";
const { PageBlockTable } = tl.Api;
Static Methods
fromReader(reader: Reader): PageBlockTable