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