Skip to main content
Module

x/mtkruto/mod.ts>types.PageListOrderedItemBlocks

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

Constructors

new
PageListOrderedItemBlocks(params: { num: string; blocks: Array<TypePageBlock>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
blocks: Array<TypePageBlock>
num: string

Static Properties

readonly
[paramDesc]: ParamDesc