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

The background is taken directly from a built-in chat theme.

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

- `type`: Type of the background, always "chat_theme”
- `theme_name`: Name of the chat theme, which is usually an emoji

# `t`

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

# `decode_as`

---

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