Skip to content

GramIO API Reference / gramio/dist / TelegramInputRichBlockMathematicalExpression

Interface: TelegramInputRichBlockMathematicalExpression

Defined in: @gramio/types/out/objects.d.ts:8554

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

Documentation

Properties

PropertyTypeDescriptionDefined in
expressionstringThe mathematical expression in LaTeX format@gramio/types/out/objects.d.ts:8562
type"mathematical_expression"Type of the block, always “mathematical_expression”@gramio/types/out/objects.d.ts:8558