tgbot-cpp
Loading...
Searching...
No Matches
BotDescription.h
Go to the documentation of this file.
1
#ifndef TGBOT_BOTDESCRIPTION_H
2
#define TGBOT_BOTDESCRIPTION_H
3
4
#include <memory>
5
#include <string>
6
7
namespace
TgBot
{
8
14
class
BotDescription
{
15
public
:
16
typedef
std::shared_ptr<BotDescription>
Ptr
;
17
21
std::string
description
;
22
};
23
}
24
25
#endif
//TGBOT_BOTDESCRIPTION_H
TgBot::BotDescription
This object represents the bot's description.
Definition
BotDescription.h:14
TgBot::BotDescription::description
std::string description
The bot's description.
Definition
BotDescription.h:21
TgBot::BotDescription::Ptr
std::shared_ptr< BotDescription > Ptr
Definition
BotDescription.h:16
TgBot
Definition
Api.h:40
include
tgbot
types
BotDescription.h
Generated on Tue Jun 11 2024 00:46:34 for tgbot-cpp by
1.11.0