|
tgbot-cpp
|
Contains information about the location of a Telegram Business account. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<BusinessLocation> |
Public Attributes | |
| std::string | address { } |
| Address of the business. | |
| std::shared_ptr< Location > | location { } |
| Optional. Location of the business. | |
Contains information about the location of a Telegram Business account.
| using TgBot::BusinessLocation::Ptr = std::shared_ptr<BusinessLocation> |
| std::string TgBot::BusinessLocation::address { } |
| std::shared_ptr<Location> TgBot::BusinessLocation::location { } |