Rich messages

RichBlockMathematicalExpression

A block with a mathematical expression in LaTeX format, corresponding to the custom HTML tag <tg-math-block>.

fields

fieldtyperequireddescription
typestringrequiredType of the block, always “mathematical_expression”
expressionstringrequiredThe mathematical expression in LaTeX format

import

types.ts
import type { RichBlockMathematicalExpression } from "@yaebal/types";

used by

types