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

BackgroundFill model. Valid subtypes: BackgroundFillSolid, BackgroundFillGradient, BackgroundFillFreeformGradient

# `t`

```elixir
@type t() ::
  ExGram.Model.BackgroundFillSolid.t()
  | ExGram.Model.BackgroundFillGradient.t()
  | ExGram.Model.BackgroundFillFreeformGradient.t()
```

# `decode_as`

# `subtypes`

---

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