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

This object represent a list of gifts.

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

- `gifts`: The list of gifts

# `t`

```elixir
@type t() :: %ExGram.Model.Gifts{gifts: [ExGram.Model.Gift.t()]}
```

# `decode_as`

---

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