ExGram.Model.RichTextMathematicalExpression (ex_gram v0.67.0)

Copy Markdown View Source

A mathematical expression.

Check the documentation of this model on Telegram Bot API

  • type: Type of the rich text, always "mathematical_expression”
  • expression: The expression in LaTeX format

Summary

Types

t()

@type t() :: %ExGram.Model.RichTextMathematicalExpression{
  expression: String.t(),
  type: String.t()
}

Functions

decode_as()