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

Describes a story area pointing to an HTTP or tg:// link. Currently, a story can have up to 3 link areas.

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

- `type`: Type of the area, always "link”
- `url`: HTTP or tg:// URL to be opened when the area is clicked

# `t`

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

# `decode_as`

---

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