1#ifndef TGBOT_CPP_CHATLOCATION_H 
    2#define TGBOT_CPP_CHATLOCATION_H 
   18    typedef std::shared_ptr<ChatLocation> 
Ptr;
 
 
Represents a location to which a chat is connected.
std::string address
Location address; 1-64 characters, as defined by the chat owner.
std::shared_ptr< ChatLocation > Ptr
Location::Ptr location
The location to which the supergroup is connected. Can't be a live location.
std::shared_ptr< Location > Ptr