|
tgbot-cpp
|
Represents the scope of bot commands, covering all group and supergroup chats. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<BotCommandScopeAllGroupChats> |
Public Attributes | |
| std::string | type { TYPE } |
| Scope type, must be all_group_chats. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
Represents the scope of bot commands, covering all group and supergroup chats.
| using TgBot::BotCommandScopeAllGroupChats::Ptr = std::shared_ptr<BotCommandScopeAllGroupChats> |
|
static |
| std::string TgBot::BotCommandScopeAllGroupChats::type { TYPE } |