|
tgbot-cpp
|
Describes the opening hours of a business. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<BusinessOpeningHours> |
Public Attributes | |
| std::string | timeZoneName { } |
| Unique name of the time zone for which the opening hours are defined. | |
| std::vector< std::shared_ptr< BusinessOpeningHoursInterval > > | openingHours { } |
| List of time intervals describing business opening hours. | |
| using TgBot::BusinessOpeningHours::Ptr = std::shared_ptr<BusinessOpeningHours> |
| std::vector<std::shared_ptr<BusinessOpeningHoursInterval> > TgBot::BusinessOpeningHours::openingHours { } |
| std::string TgBot::BusinessOpeningHours::timeZoneName { } |