ultra-telegram-framework
    Preparing search index...

    Interface RichBlockMathematicalExpression

    A block with a mathematical expression in LaTeX format, corresponding to the custom HTML tag .

    interface RichBlockMathematicalExpression {
        expression: string;
        type: string;
    }
    Index

    Properties

    Properties

    expression: string

    The mathematical expression in LaTeX format

    type: string

    Type of the block, always "mathematical_expression"