tgbot-cpp
Loading...
Searching...
No Matches
BotCommandScopeAllPrivateChats.h
Go to the documentation of this file.
1#ifndef TGBOT_BOTCOMMANDSCOPEALLPRIVATECHATS_H
2#define TGBOT_BOTCOMMANDSCOPEALLPRIVATECHATS_H
3
5
6#include <memory>
7
8namespace TgBot {
9
16public:
17 static const std::string TYPE;
18
19 typedef std::shared_ptr<BotCommandScopeAllPrivateChats> Ptr;
20
24};
25}
26
27#endif //TGBOT_BOTCOMMANDSCOPEALLPRIVATECHATS_H
Represents the scope of bot commands, covering all private chats.
std::shared_ptr< BotCommandScopeAllPrivateChats > Ptr
This abstract class is base of all bot command scopes.
std::string type
Scope type.
Definition Api.h:39