tgbot-cpp
Loading...
Searching...
No Matches
ChatLocation.h
Go to the documentation of this file.
1#ifndef TGBOT_CPP_CHATLOCATION_H
2#define TGBOT_CPP_CHATLOCATION_H
3
5
6#include <memory>
7
8namespace TgBot {
9
16
17public:
18 typedef std::shared_ptr<ChatLocation> Ptr;
19
25
29 std::string address;
30};
31}
32
33#endif //TGBOT_CPP_CHATLOCATION_H
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
Definition Location.h:16
Definition Api.h:39