tgbot-cpp
|
This object represents the bot's description. More...
#include <BotDescription.h>
Public Types | |
typedef std::shared_ptr< BotDescription > | Ptr |
Public Attributes | |
std::string | description |
The bot's description. | |
This object represents the bot's description.
Definition at line 14 of file BotDescription.h.
typedef std::shared_ptr<BotDescription> TgBot::BotDescription::Ptr |
Definition at line 16 of file BotDescription.h.
std::string TgBot::BotDescription::description |
The bot's description.
Definition at line 21 of file BotDescription.h.