telegramx.js

RichBlockPullQuotation

interface

A quotation with centered text, loosely corresponding to the HTML tag .

Declaration

interface RichBlockPullQuotation 

Properties

creditproperty#
credit?: RichText;

Optional. Credit of the block

textproperty#
text: RichText;

Text of the block

typeproperty#
type: 'pullquote';

Type of the block, always "pullquote"