tgbot-cpp
Loading...
Searching...
No Matches
BotShortDescription.h
Go to the documentation of this file.
1#ifndef TGBOT_BOTSHORTDESCRIPTION_H
2#define TGBOT_BOTSHORTDESCRIPTION_H
3
4#include <memory>
5#include <string>
6
7namespace TgBot {
8
15public:
16 typedef std::shared_ptr<BotShortDescription> Ptr;
17
21 std::string shortDescription;
22};
23}
24
25#endif //TGBOT_BOTSHORTDESCRIPTION_H
This object represents the bot's short description.
std::shared_ptr< BotShortDescription > Ptr
std::string shortDescription
The bot's short description.
Definition Api.h:40