tgbot-cpp
Loading...
Searching...
No Matches
BotCommandScopeAllGroupChats.h
Go to the documentation of this file.
1#ifndef TGBOT_BOTCOMMANDSCOPEALLGROUPCHATS_H
2#define TGBOT_BOTCOMMANDSCOPEALLGROUPCHATS_H
3
5
6#include <memory>
7
8namespace TgBot {
9
16public:
17 static const std::string TYPE;
18
19 typedef std::shared_ptr<BotCommandScopeAllGroupChats> Ptr;
20
24};
25}
26
27#endif //TGBOT_BOTCOMMANDSCOPEALLGROUPCHATS_H
std::shared_ptr< BotCommandScopeAllGroupChats > Ptr
std::string type
Scope type.
Definition Api.h:40