|
Telebot 9.4
Library for Telegram bot API
|
Describes an interval of time during which a business is open. More...
#include <telebot-types.h>
Public Attributes | |
| int | opening_minute |
| int | closing_minute |
Describes an interval of time during which a business is open.
| 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
| 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