# `ExGram.Model.ChatBackground`
[🔗](https://github.com/rockneurotiko/ex_gram/blob/0.64.0/lib/ex_gram.ex#L4278)

This object represents a chat background.

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

- `type`: Type of the background

# `t`

```elixir
@type t() :: %ExGram.Model.ChatBackground{type: ExGram.Model.BackgroundType.t()}
```

# `decode_as`

---

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