Class BusinessOpeningHours

java.lang.Object
io.github.natanimn.telebof.types.business.BusinessOpeningHours

public class BusinessOpeningHours extends Object
Describes the opening hours of a business.
Since:
3 March 2025
  • Field Details

    • time_zone_name

      public String time_zone_name
      Unique name of the time zone for which the opening hours are defined
    • opening_hours

      public List<BusinessOpeningHoursInterval> opening_hours
      List of time intervals describing business opening hours
  • Constructor Details

    • BusinessOpeningHours

      public BusinessOpeningHours()
  • Method Details