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

A block with a "Thinking…” placeholder, corresponding to the custom HTML tag <tg-thinking>. The block may be used only in sendRichMessageDraft, therefore it can't be received in messages. See https://t.me/addemoji/AIActions for examples of custom emoji, which are recommended for usage in the block.

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

- `type`: Type of the block, always "thinking”
- `text`: Text of the block. See https://t.me/addemoji/AIActions for examples of custom emoji, which are recommended for usage in the block.

# `t`

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

# `decode_as`

---

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