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

Describes a service message about an ownership change in the chat.

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

- `new_owner`: The new owner of the chat

# `t`

```elixir
@type t() :: %ExGram.Model.ChatOwnerChanged{new_owner: ExGram.Model.User.t()}
```

# `decode_as`

---

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