21 nl::json json = nl::json::object();
#define OBJECT_SERIALIZE_FIELD_PTR_ARRAY(json, json_field, array_field)
#define OBJECT_DESERIALIZE_FIELD_PTR_ARRAY(json, json_field, array_field, optional)
This object represents a service message about new members invited to a video chat....
VideoChatParticipantsInvited(const nl::json &json)
void fromJson(const nl::json &json)
Deserializes this object from JSON.
std::vector< Ptr< User > > users
New members that were invited to the video chat.
VideoChatParticipantsInvited()=default
nl::json toJson() const
Serializes this object to JSON.