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