ExGram.Model.BusinessOpeningHours (ex_gram v0.55.1)

View Source

Describes the opening hours of a business.

Check the documentation of this model in https://core.telegram.org/bots/api#businessopeninghours

Summary

Types

t()

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

Functions

decode_as()