|
tgbot-cpp
|
Represents a location to which a chat is connected. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<ChatLocation> |
Public Attributes | |
| std::shared_ptr< Location > | 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. | |
| using TgBot::ChatLocation::Ptr = std::shared_ptr<ChatLocation> |
| std::string TgBot::ChatLocation::address { } |
| std::shared_ptr<Location> TgBot::ChatLocation::location { } |