Skip to main content
Module

x/grm/mod.ts>tl.Api.PageTableRow

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.PageTableRow
extends VirtualClass<{ cells: Api.TypePageTableCell[]; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { PageTableRow } = tl.Api;

Properties

cells: Api.TypePageTableCell[]
className: "PageTableRow"
classType: "constructor"
CONSTRUCTOR_ID: 3770729957
SUBCLASS_OF_ID: 1504505361

Static Methods

fromReader(reader: Reader): PageTableRow