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

The background is filled using the selected color.

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

- `type`: Type of the background fill, always "solid”
- `color`: The color of the background fill in the RGB24 format

# `t`

```elixir
@type t() :: %ExGram.Model.BackgroundFillSolid{color: integer(), type: String.t()}
```

# `decode_as`

---

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