| tgbot-cpp
    | 
Represents a location to which a chat is connected. More...
#include <ChatLocation.h>
| Public Types | |
| typedef std::shared_ptr< ChatLocation > | Ptr | 
| Public Attributes | |
| Location::Ptr | location | 
| The location to which the supergroup is connected. Can't be a live location. | |
| std::string | address | 
| Location address; 1-64 characters, as defined by the chat owner. | |
Represents a location to which a chat is connected.
Definition at line 15 of file ChatLocation.h.
| typedef std::shared_ptr<ChatLocation> TgBot::ChatLocation::Ptr | 
Definition at line 18 of file ChatLocation.h.
| std::string TgBot::ChatLocation::address | 
Location address; 1-64 characters, as defined by the chat owner.
Definition at line 29 of file ChatLocation.h.
| Location::Ptr TgBot::ChatLocation::location | 
The location to which the supergroup is connected. Can't be a live location.
Definition at line 24 of file ChatLocation.h.