RichBlockMathematicalExpression¶
- class aiogram.types.rich_block_mathematical_expression.RichBlockMathematicalExpression(*, type: Literal[RichBlockType.MATHEMATICAL_EXPRESSION] = RichBlockType.MATHEMATICAL_EXPRESSION, expression: str, **extra_data: Any)[source]¶
A block with a mathematical expression in LaTeX format, corresponding to the custom HTML tag
<tg-math-block>.Source: https://core.telegram.org/bots/api#richblockmathematicalexpression
- type: Literal[RichBlockType.MATHEMATICAL_EXPRESSION]¶
Type of the block, always ‘mathematical_expression’
- expression: str¶
The mathematical expression in LaTeX format