# `ExGram.Model.InputMediaLink`
[🔗](https://github.com/rockneurotiko/ex_gram/blob/0.67.0/lib/ex_gram.ex#L6561)

Represents an HTTP link to be sent.

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

- `type`: Type of the result, must be link
- `url`: HTTP URL of the link

# `t`

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

# `decode_as`

---

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