View Source ExGram.Model.BusinessOpeningHours (ex_gram v0.54.0)
Describes the opening hours of a business.
Check the documentation of this model in https://core.telegram.org/bots/api#businessopeninghours
Summary
Types
@type t() :: %ExGram.Model.BusinessOpeningHours{ opening_hours: [ExGram.Model.BusinessOpeningHoursInterval.t()], time_zone_name: String.t() }