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

Represents a location to which a chat is connected.

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

- `location`: The location to which the supergroup is connected. Can't be a live location.
- `address`: Location address; 1-64 characters, as defined by the chat owner

# `t`

```elixir
@type t() :: %ExGram.Model.ChatLocation{
  address: String.t(),
  location: ExGram.Model.Location.t()
}
```

# `decode_as`

---

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