ultra-telegram-framework
    Preparing search index...

    Interface BusinessOpeningHours

    Describes the opening hours of a business.

    interface BusinessOpeningHours {
        opening_hours: BusinessOpeningHoursInterval[];
        time_zone_name: string;
    }
    Index

    Properties

    List of time intervals describing business opening hours

    time_zone_name: string

    Unique name of the time zone for which the opening hours are defined