|
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 <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<BotCommandScopeDefault> |
Public Attributes | |
| std::string | type { TYPE } |
| Scope type, must be default. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
Represents the default scope of bot commands. Default commands are used if no commands with a narrower scope are specified for the user.
| using TgBot::BotCommandScopeDefault::Ptr = std::shared_ptr<BotCommandScopeDefault> |
|
static |
| std::string TgBot::BotCommandScopeDefault::type { TYPE } |