tgbot-cpp
Loading...
Searching...
No Matches
TgBot::BotCommandScopeDefault Class Reference

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>

Inheritance diagram for TgBot::BotCommandScopeDefault:
TgBot::BotCommandScope

Public Types

typedef std::shared_ptr< BotCommandScopeDefaultPtr
 
- Public Types inherited from TgBot::BotCommandScope
typedef std::shared_ptr< BotCommandScopePtr
 

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.
 

Detailed Description

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.

Member Typedef Documentation

◆ Ptr

Definition at line 20 of file BotCommandScopeDefault.h.

Constructor & Destructor Documentation

◆ BotCommandScopeDefault()

TgBot::BotCommandScopeDefault::BotCommandScopeDefault ( )
inline

Definition at line 22 of file BotCommandScopeDefault.h.

Member Data Documentation

◆ TYPE

const std::string TgBot::BotCommandScopeDefault::TYPE
static

Definition at line 18 of file BotCommandScopeDefault.h.


The documentation for this class was generated from the following file: