telegramx.js

RichBlockParagraph

interface

A text paragraph, corresponding to the HTML tag .

Declaration

interface RichBlockParagraph 

Properties

textproperty#
text: RichText;

Text of the block

typeproperty#
type: 'paragraph';

Type of the block, always "paragraph"