telegramx.js

RichBlockMathematicalExpression

interface

A block with a mathematical expression in LaTeX format, corresponding to the custom HTML tag .

Declaration

interface RichBlockMathematicalExpression 

Properties

expressionproperty#
expression: string;

The mathematical expression in LaTeX format

typeproperty#
type: 'mathematical_expression';

Type of the block, always "mathematical_expression"