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