RichBlockMathematicalExpression
A block with a mathematical expression in LaTeX format, corresponding to the custom HTML tag <tg-math-block>.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Type of the block, always “mathematical_expression” |
expression | string | required | The mathematical expression in LaTeX format |
import
import type { RichBlockMathematicalExpression } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#richblockmathematicalexpression