interface BusinessOpeningHoursimport { type BusinessOpeningHours } from "https://dotland.deno.dev/x/grammy@v1.31.1/types.ts"; Describes the opening hours of a business. Propertiestime_zone_name: stringUnique name of the time zone for which the opening hours are defined opening_hours: BusinessOpeningHoursInterval[]List of time intervals describing business opening hours