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