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

Describes the opening hours of a business.

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

- `time_zone_name`: Unique name of the time zone for which the opening hours are defined
- `opening_hours`: List of time intervals describing business opening hours

# `t`

```elixir
@type t() :: %ExGram.Model.BusinessOpeningHours{
  opening_hours: [ExGram.Model.BusinessOpeningHoursInterval.t()],
  time_zone_name: String.t()
}
```

# `decode_as`

---

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