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

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< Locationlocation { }
 Optional. Location of the business.

Detailed Description

Contains information about the location of a Telegram Business account.

Definition at line 1336 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 1337 of file Types.h.

Member Data Documentation

◆ address

std::string TgBot::BusinessLocation::address { }

Address of the business.

Definition at line 1342 of file Types.h.

◆ location

std::shared_ptr<Location> TgBot::BusinessLocation::location { }

Optional. Location of the business.

Definition at line 1347 of file Types.h.


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