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
4
#include "
tgbot/types/Location.h
"
5
6
#include <memory>
7
#include <string>
8
9
namespace
TgBot
{
10
14
class
BusinessLocation
{
15
16
public
:
17
typedef
std::shared_ptr<BusinessLocation>
Ptr
;
18
22
std::string
address
;
23
27
Location::Ptr
location
;
28
};
29
}
30
31
#endif
//TGBOT_BUSINESSLOCATION_H
Location.h
TgBot::BusinessLocation
Definition
BusinessLocation.h:14
TgBot::BusinessLocation::address
std::string address
Address of the business.
Definition
BusinessLocation.h:22
TgBot::BusinessLocation::location
Location::Ptr location
Optional. Location of the business.
Definition
BusinessLocation.h:27
TgBot::BusinessLocation::Ptr
std::shared_ptr< BusinessLocation > Ptr
Definition
BusinessLocation.h:17
TgBot::Location::Ptr
std::shared_ptr< Location > Ptr
Definition
Location.h:17
TgBot
Definition
Api.h:40
include
tgbot
types
BusinessLocation.h
Generated on Tue Jun 11 2024 00:46:34 for tgbot-cpp by
1.11.0