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

This object represents a service message about a user boosting a chat.

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

- `boost_count`: Number of boosts added by the user

# `t`

```elixir
@type t() :: %ExGram.Model.ChatBoostAdded{boost_count: integer()}
```

# `decode_as`

---

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