|
tgbotxx 1.1.9.2
Telegram Bot C++ Library
|
This object represents a service message about a video chat scheduled in the chat. https://core.telegram.org/bots/api#videochatscheduled. More...
#include <VideoChatScheduled.hpp>
Public Member Functions | |
| VideoChatScheduled ()=default | |
| VideoChatScheduled (const nl::json &json) | |
| nl::json | toJson () const |
| Serializes this object to JSON. | |
| void | fromJson (const nl::json &json) |
| Deserializes this object from JSON. | |
Public Attributes | |
| std::time_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. https://core.telegram.org/bots/api#videochatscheduled.
Definition at line 7 of file VideoChatScheduled.hpp.
|
default |
|
inlineexplicit |
Definition at line 9 of file VideoChatScheduled.hpp.
|
inline |
Deserializes this object from JSON.
Definition at line 26 of file VideoChatScheduled.hpp.
|
inline |
Serializes this object to JSON.
Definition at line 19 of file VideoChatScheduled.hpp.
| std::time_t tgbotxx::VideoChatScheduled::startDate {} |
Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator.
Definition at line 14 of file VideoChatScheduled.hpp.