tgbot-cpp
|
#include <BusinessOpeningHours.h>
Public Types | |
typedef std::shared_ptr< BusinessOpeningHours > | Ptr |
Public Attributes | |
std::string | timeZoneName |
Unique name of the time zone for which the opening hours are defined. | |
std::vector< BusinessOpeningHoursInterval::Ptr > | openingHours |
List of time intervals describing business opening hours. | |
Definition at line 15 of file BusinessOpeningHours.h.
typedef std::shared_ptr<BusinessOpeningHours> TgBot::BusinessOpeningHours::Ptr |
Definition at line 18 of file BusinessOpeningHours.h.
std::vector<BusinessOpeningHoursInterval::Ptr> TgBot::BusinessOpeningHours::openingHours |
List of time intervals describing business opening hours.
Definition at line 28 of file BusinessOpeningHours.h.
std::string TgBot::BusinessOpeningHours::timeZoneName |
Unique name of the time zone for which the opening hours are defined.
Definition at line 23 of file BusinessOpeningHours.h.