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

This object represents a list of boosts added to a chat by a user.

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

- `boosts`: The list of boosts added to the chat by the user

# `t`

```elixir
@type t() :: %ExGram.Model.UserChatBoosts{boosts: [ExGram.Model.ChatBoost.t()]}
```

# `decode_as`

---

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