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

This object describes the background of a gift.

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

- `center_color`: Center color of the background in RGB format
- `edge_color`: Edge color of the background in RGB format
- `text_color`: Text color of the background in RGB format

# `t`

```elixir
@type t() :: %ExGram.Model.GiftBackground{
  center_color: integer(),
  edge_color: integer(),
  text_color: integer()
}
```

# `decode_as`

---

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