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

Contains information about the location of a Telegram Business account.

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

- `address`: Address of the business
- `location (optional)`: Optional. Location of the business

# `t`

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

# `decode_as`

---

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