View Source ExGram.Model.BusinessOpeningHours (ex_gram v0.52.2)

No description available.

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()
}

Functions