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