Skip to main content
Module

x/mtkruto/mod.ts>tl.types.PageBlockRelatedArticles

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

Constructors

new
PageBlockRelatedArticles(params: { title: TypeRichText; articles: Array<TypePageRelatedArticle>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
articles: Array<TypePageRelatedArticle>
title: TypeRichText

Static Properties

readonly
[paramDesc]: ParamDesc