Skip to content

GramIO API Reference / gramio/dist / TelegramRichBlockMathematicalExpression

Interface: TelegramRichBlockMathematicalExpression

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

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:7986
type"mathematical_expression"Type of the block, always “mathematical_expression”@gramio/types/out/objects.d.ts:7982