tgbot-cpp
Loading...
Searching...
No Matches
WriteAccessAllowed.h
Go to the documentation of this file.
1#ifndef TGBOT_WRITEACCESSALLOWED_H
2#define TGBOT_WRITEACCESSALLOWED_H
3
4#include <memory>
5
6namespace TgBot {
7
16public:
17 typedef std::shared_ptr<WriteAccessAllowed> Ptr;
18};
19}
20
21#endif //TGBOT_WRITEACCESSALLOWED_H
This object represents a service message about a user allowing a bot added to the attachment menu to ...
std::shared_ptr< WriteAccessAllowed > Ptr
Definition Api.h:39