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

This object represents a boost added to a chat or changed.

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

- `chat`: Chat which was boosted
- `boost`: Information about the chat boost

# `t`

```elixir
@type t() :: %ExGram.Model.ChatBoostUpdated{
  boost: ExGram.Model.ChatBoost.t(),
  chat: ExGram.Model.Chat.t()
}
```

# `decode_as`

---

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