telegramx.js

RichBlockBlockQuotation

interface

A block quotation, corresponding to the HTML tag .

Declaration

interface RichBlockBlockQuotation 

Properties

blocksproperty#
blocks: RichBlock[];

Content of the block

creditproperty#
credit?: RichText;

Optional. Credit of the block

typeproperty#
type: 'blockquote';

Type of the block, always "blockquote"