| tgbot-cpp
    | 
This object represents a service message about a video chat scheduled in the chat. More...
#include <VideoChatScheduled.h>
| Public Types | |
| typedef std::shared_ptr< VideoChatScheduled > | Ptr | 
| Public Attributes | |
| std::int32_t | startDate | 
| Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator. | |
This object represents a service message about a video chat scheduled in the chat.
Definition at line 14 of file VideoChatScheduled.h.
| typedef std::shared_ptr<VideoChatScheduled> TgBot::VideoChatScheduled::Ptr | 
Definition at line 17 of file VideoChatScheduled.h.
| std::int32_t TgBot::VideoChatScheduled::startDate | 
Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator.
Definition at line 22 of file VideoChatScheduled.h.