# `ExGram.Model.RichTextMathematicalExpression`
[🔗](https://github.com/rockneurotiko/ex_gram/blob/0.67.0/lib/ex_gram.ex#L6966)

A mathematical expression.

Check the [documentation of this model on Telegram Bot API](https://core.telegram.org/bots/api#richtextmathematicalexpression)

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

# `t`

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

# `decode_as`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
