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
7
namespace
TgBot
{
8
14
class
BotShortDescription
{
15
public
:
16
typedef
std::shared_ptr<BotShortDescription>
Ptr
;
17
21
std::string
shortDescription
;
22
};
23
}
24
25
#endif
//TGBOT_BOTSHORTDESCRIPTION_H
TgBot::BotShortDescription
This object represents the bot's short description.
Definition
BotShortDescription.h:14
TgBot::BotShortDescription::Ptr
std::shared_ptr< BotShortDescription > Ptr
Definition
BotShortDescription.h:16
TgBot::BotShortDescription::shortDescription
std::string shortDescription
The bot's short description.
Definition
BotShortDescription.h:21
TgBot
Definition
Api.h:40
include
tgbot
types
BotShortDescription.h
Generated on Tue Jun 11 2024 00:46:34 for tgbot-cpp by
1.11.0