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

BackgroundType model. Valid subtypes: BackgroundTypeFill, BackgroundTypeWallpaper, BackgroundTypePattern, BackgroundTypeChatTheme

# `t`

```elixir
@type t() ::
  ExGram.Model.BackgroundTypeFill.t()
  | ExGram.Model.BackgroundTypeWallpaper.t()
  | ExGram.Model.BackgroundTypePattern.t()
  | ExGram.Model.BackgroundTypeChatTheme.t()
```

# `decode_as`

# `subtypes`

---

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