tgbot-cpp
Loading...
Searching...
No Matches
TgBot::BusinessOpeningHours Class Reference

#include <BusinessOpeningHours.h>

Public Types

typedef std::shared_ptr< BusinessOpeningHoursPtr
 

Public Attributes

std::string timeZoneName
 Unique name of the time zone for which the opening hours are defined.
 
std::vector< BusinessOpeningHoursInterval::PtropeningHours
 List of time intervals describing business opening hours.
 

Detailed Description

Definition at line 15 of file BusinessOpeningHours.h.

Member Typedef Documentation

◆ Ptr

Definition at line 18 of file BusinessOpeningHours.h.

Member Data Documentation

◆ openingHours

std::vector<BusinessOpeningHoursInterval::Ptr> TgBot::BusinessOpeningHours::openingHours

List of time intervals describing business opening hours.

Definition at line 28 of file BusinessOpeningHours.h.

◆ timeZoneName

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.


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