20 nl::json
json = nl::json::object();
#define OBJECT_SERIALIZE_FIELD(json, json_field, field)
Serialize.
#define OBJECT_DESERIALIZE_FIELD(json, json_field, field, default_value, optional)
Deserialize.
This object represents a service message about a video chat scheduled in the chat....
VideoChatScheduled(const nl::json &json)
void fromJson(const nl::json &json)
Deserializes this object from JSON.
std::time_t startDate
Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator.
nl::json toJson() const
Serializes this object to JSON.
VideoChatScheduled()=default