tgbot-cpp
Loading...
Searching...
No Matches
BotCommandScope.h
Go to the documentation of this file.
1
#ifndef TGBOT_BOTCOMMANDSCOPE_H
2
#define TGBOT_BOTCOMMANDSCOPE_H
3
4
#include <memory>
5
#include <string>
6
7
namespace
TgBot
{
8
16
class
BotCommandScope
{
17
public
:
18
typedef
std::shared_ptr<BotCommandScope>
Ptr
;
19
20
BotCommandScope
() {}
21
22
virtual
~BotCommandScope
() {}
23
27
std::string
type
;
28
};
29
}
30
31
#endif
//TGBOT_BOTCOMMANDSCOPE_H
TgBot::BotCommandScope
This abstract class is base of all bot command scopes.
Definition
BotCommandScope.h:16
TgBot::BotCommandScope::type
std::string type
Scope type.
Definition
BotCommandScope.h:27
TgBot::BotCommandScope::Ptr
std::shared_ptr< BotCommandScope > Ptr
Definition
BotCommandScope.h:18
TgBot::BotCommandScope::BotCommandScope
BotCommandScope()
Definition
BotCommandScope.h:20
TgBot::BotCommandScope::~BotCommandScope
virtual ~BotCommandScope()
Definition
BotCommandScope.h:22
TgBot
Definition
Api.h:40
include
tgbot
types
BotCommandScope.h
Generated on Tue Jun 11 2024 00:46:34 for tgbot-cpp by
1.11.0