tgbot-cpp
|
Represents the default scope of bot commands. Default commands are used if no commands with a narrower scope are specified for the user. More...
#include <BotCommandScopeDefault.h>
Public Types | |
typedef std::shared_ptr< BotCommandScopeDefault > | Ptr |
Public Types inherited from TgBot::BotCommandScope | |
typedef std::shared_ptr< BotCommandScope > | Ptr |
Public Member Functions | |
BotCommandScopeDefault () | |
Public Member Functions inherited from TgBot::BotCommandScope | |
BotCommandScope () | |
virtual | ~BotCommandScope () |
Static Public Attributes | |
static const std::string | TYPE |
Additional Inherited Members | |
Public Attributes inherited from TgBot::BotCommandScope | |
std::string | type |
Scope type. | |
Represents the default scope of bot commands. Default commands are used if no commands with a narrower scope are specified for the user.
Definition at line 16 of file BotCommandScopeDefault.h.
typedef std::shared_ptr<BotCommandScopeDefault> TgBot::BotCommandScopeDefault::Ptr |
Definition at line 20 of file BotCommandScopeDefault.h.
|
inline |
Definition at line 22 of file BotCommandScopeDefault.h.
|
static |
Definition at line 18 of file BotCommandScopeDefault.h.