tgbot-cpp
Loading...
Searching...
No Matches
VideoChatEnded.h
Go to the documentation of this file.
1#ifndef TGBOT_VIDEOCHATENDED_H
2#define TGBOT_VIDEOCHATENDED_H
3
4#include <cstdint>
5#include <memory>
6
7namespace TgBot {
8
15
16public:
17 typedef std::shared_ptr<VideoChatEnded> Ptr;
18
22 std::int32_t duration;
23};
24}
25
26#endif //TGBOT_VIDEOCHATENDED_H
This object represents a service message about a video chat ended in the chat.
std::int32_t duration
Video chat duration in seconds.
std::shared_ptr< VideoChatEnded > Ptr
Definition Api.h:39