tgbot-cpp
|
#include <BusinessLocation.h>
Public Types | |
typedef std::shared_ptr< BusinessLocation > | Ptr |
Public Attributes | |
std::string | address |
Address of the business. | |
Location::Ptr | location |
Optional. Location of the business. | |
Definition at line 14 of file BusinessLocation.h.
typedef std::shared_ptr<BusinessLocation> TgBot::BusinessLocation::Ptr |
Definition at line 17 of file BusinessLocation.h.
std::string TgBot::BusinessLocation::address |
Address of the business.
Definition at line 22 of file BusinessLocation.h.
Location::Ptr TgBot::BusinessLocation::location |
Optional. Location of the business.
Definition at line 27 of file BusinessLocation.h.