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