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

Describes a service message about the chat owner leaving the chat.

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

- `new_owner (optional)`: Optional. The user which will be the new owner of the chat if the previous owner does not return to the chat

# `t`

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

# `decode_as`

---

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