ultra-telegram-framework
    Preparing search index...

    Interface RichTextMathematicalExpression

    A mathematical expression.

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

    Properties

    Properties

    expression: string

    The expression in LaTeX format

    type: string

    Type of the rich text, always "mathematical_expression"