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

This object describes the colors of the backdrop of a unique gift.

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

- `center_color`: The color in the center of the backdrop in RGB format
- `edge_color`: The color on the edges of the backdrop in RGB format
- `symbol_color`: The color to be applied to the symbol in RGB format
- `text_color`: The color for the text on the backdrop in RGB format

# `t`

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

# `decode_as`

---

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