tgbot-cpp
Loading...
Searching...
No Matches
BusinessLocation.h
Go to the documentation of this file.
1#ifndef TGBOT_BUSINESSLOCATION_H
2#define TGBOT_BUSINESSLOCATION_H
3
5
6#include <memory>
7#include <string>
8
9namespace TgBot {
10
15
16public:
17 typedef std::shared_ptr<BusinessLocation> Ptr;
18
22 std::string address;
23
28};
29}
30
31#endif //TGBOT_BUSINESSLOCATION_H
std::string address
Address of the business.
Location::Ptr location
Optional. Location of the business.
std::shared_ptr< BusinessLocation > Ptr
std::shared_ptr< Location > Ptr
Definition Location.h:17
Definition Api.h:40