Skip to main content
Module

x/grammy_types/mod.ts>BusinessOpeningHoursInterval

Type declarations of the Telegram Bot API.
Very Popular
Go to Latest
interface BusinessOpeningHoursInterval
import { type BusinessOpeningHoursInterval } from "https://deno.land/x/grammy_types@v3.7.0/mod.ts";

Describes an interval of time during which a business is open.

Properties

opening_minute: number

The minute's sequence number in a week, starting on Monday, marking the start of the time interval during which the business is open; 0 - 7 * 24 * 60

closing_minute: number

The minute's sequence number in a week, starting on Monday, marking the end of the time interval during which the business is open; 0 - 8 * 24 * 60