tgbot-cpp
Loading...
Searching...
No Matches
TgBot::BusinessOpeningHoursInterval Struct Reference

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

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<BusinessOpeningHoursInterval>

Public Attributes

std::int32_t openingMinute { }
 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.
std::int32_t closingMinute { }
 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.

Detailed Description

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

Definition at line 1405 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 1406 of file Types.h.

Member Data Documentation

◆ closingMinute

std::int32_t TgBot::BusinessOpeningHoursInterval::closingMinute { }

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.

Definition at line 1418 of file Types.h.

◆ openingMinute

std::int32_t TgBot::BusinessOpeningHoursInterval::openingMinute { }

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.

Definition at line 1412 of file Types.h.


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