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

A marked text.

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

- `type`: Type of the rich text, always "marked”
- `text`: The text

# `t`

```elixir
@type t() :: %ExGram.Model.RichTextMarked{
  text: ExGram.Model.RichText.t(),
  type: String.t()
}
```

# `decode_as`

---

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