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

This object describes the backdrop of a unique gift.

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

- `name`: Name of the backdrop
- `colors`: Colors of the backdrop
- `rarity_per_mille`: The number of unique gifts that receive this backdrop for every 1000 gifts upgraded

# `t`

```elixir
@type t() :: %ExGram.Model.UniqueGiftBackdrop{
  colors: ExGram.Model.UniqueGiftBackdropColors.t(),
  name: String.t(),
  rarity_per_mille: integer()
}
```

# `decode_as`

---

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