Telebot 9.4
Library for Telegram bot API
Loading...
Searching...
No Matches
Public Attributes | List of all members
telebot_business_opening_hours_interval Struct Reference

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

#include <telebot-types.h>

Public Attributes

int opening_minute
 
int closing_minute
 

Detailed Description

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

Member Data Documentation

◆ closing_minute

int telebot_business_opening_hours_interval::closing_minute

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

◆ opening_minute

int telebot_business_opening_hours_interval::opening_minute

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


The documentation for this struct was generated from the following file: