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

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.

Detailed Description

Describes the opening hours of a business.

Definition at line 1384 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 1385 of file Types.h.

Member Data Documentation

◆ openingHours

std::vector<std::shared_ptr<BusinessOpeningHoursInterval> > TgBot::BusinessOpeningHours::openingHours { }

List of time intervals describing business opening hours.

Definition at line 1395 of file Types.h.

◆ timeZoneName

std::string TgBot::BusinessOpeningHours::timeZoneName { }

Unique name of the time zone for which the opening hours are defined.

Definition at line 1390 of file Types.h.


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