| tgbot-cpp
    | 
This abstract class is base of all bot command scopes. More...
#include <BotCommandScope.h>
 
  
| Public Types | |
| typedef std::shared_ptr< BotCommandScope > | Ptr | 
| Public Member Functions | |
| BotCommandScope () | |
| virtual | ~BotCommandScope () | 
| Public Attributes | |
| std::string | type | 
| Scope type. | |
This abstract class is base of all bot command scopes.
This object represents the scope to which bot commands are applied.
Definition at line 16 of file BotCommandScope.h.
| typedef std::shared_ptr<BotCommandScope> TgBot::BotCommandScope::Ptr | 
Definition at line 18 of file BotCommandScope.h.
| 
 | inline | 
Definition at line 20 of file BotCommandScope.h.
| 
 | inlinevirtual | 
Definition at line 22 of file BotCommandScope.h.
| std::string TgBot::BotCommandScope::type | 
Scope type.
Definition at line 27 of file BotCommandScope.h.