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

The boost was obtained by subscribing to Telegram Premium or by gifting a Telegram Premium subscription to another user.

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

- `source`: Source of the boost, always "premium”
- `user`: User that boosted the chat

# `t`

```elixir
@type t() :: %ExGram.Model.ChatBoostSourcePremium{
  source: String.t(),
  user: ExGram.Model.User.t()
}
```

# `decode_as`

---

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