ExGram.Model.RichBlockMathematicalExpression (ex_gram v0.67.0)

Copy Markdown View Source

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

Check the documentation of this model on Telegram Bot API

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

Summary

Types

t()

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

Functions

decode_as()