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

The background is automatically filled based on the selected colors.

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

- `type`: Type of the background, always "fill”
- `fill`: The background fill
- `dark_theme_dimming`: Dimming of the background in dark themes, as a percentage; 0-100

# `t`

```elixir
@type t() :: %ExGram.Model.BackgroundTypeFill{
  dark_theme_dimming: integer(),
  fill: ExGram.Model.BackgroundFill.t(),
  type: String.t()
}
```

# `decode_as`

---

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