tgbot-cpp
|
Represents the scope of bot commands, covering all private chats. More...
#include <BotCommandScopeAllPrivateChats.h>
Public Types | |
typedef std::shared_ptr< BotCommandScopeAllPrivateChats > | Ptr |
Public Types inherited from TgBot::BotCommandScope | |
typedef std::shared_ptr< BotCommandScope > | Ptr |
Public Member Functions | |
BotCommandScopeAllPrivateChats () | |
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 scope of bot commands, covering all private chats.
Definition at line 15 of file BotCommandScopeAllPrivateChats.h.
typedef std::shared_ptr<BotCommandScopeAllPrivateChats> TgBot::BotCommandScopeAllPrivateChats::Ptr |
Definition at line 19 of file BotCommandScopeAllPrivateChats.h.
|
inline |
Definition at line 21 of file BotCommandScopeAllPrivateChats.h.
|
static |
Definition at line 17 of file BotCommandScopeAllPrivateChats.h.