# `ExGram.Model.StoryAreaTypeUniqueGift`
[🔗](https://github.com/rockneurotiko/ex_gram/blob/0.65.0/lib/ex_gram.ex#L5475)

Describes a story area pointing to a unique gift. Currently, a story can have at most 1 unique gift area.

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

- `type`: Type of the area, always "unique_gift”
- `name`: Unique name of the gift

# `t`

```elixir
@type t() :: %ExGram.Model.StoryAreaTypeUniqueGift{name: String.t(), type: String.t()}
```

# `decode_as`

---

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