tgbot-cpp
Loading...
Searching...
No Matches
GeneralForumTopicUnhidden.h
Go to the documentation of this file.
1#ifndef TGBOT_GENERALFORUMTOPICUNHIDDEN_H
2#define TGBOT_GENERALFORUMTOPICUNHIDDEN_H
3
4#include <memory>
5
6namespace TgBot {
7
16public:
17 typedef std::shared_ptr<GeneralForumTopicUnhidden> Ptr;
18};
19}
20
21#endif //TGBOT_GENERALFORUMTOPICUNHIDDEN_H
This object represents a service message about General forum topic unhidden in the chat.
std::shared_ptr< GeneralForumTopicUnhidden > Ptr
Definition Api.h:39