31 nl::json json = nl::json::object();
#define OBJECT_SERIALIZE_FIELD_PTR(json, json_field, field)
#define OBJECT_DESERIALIZE_FIELD_PTR(json, json_field, field, optional)
#define OBJECT_SERIALIZE_FIELD(json, json_field, field)
Available objects: https://core.telegram.org/bots/api#available-types.
#define OBJECT_DESERIALIZE_FIELD(json, json_field, field, default_value, optional)
Deserialize.
This object represents a boost removed from a chat. https://core.telegram.org/bots/api#chatboostremov...
nl::json toJson() const
Serializes this object to JSON.
Ptr< Chat > chat
Chat which was boosted.
Ptr< ChatBoostSource > source
Source of the removed boost.
std::string boostID
Unique identifier of the boost.
std::time_t removeDate
Point in time (Unix timestamp) when the boost was removed.
ChatBoostRemoved(const nl::json &json)
void fromJson(const nl::json &json)
Deserializes this object from JSON.
ChatBoostRemoved()=default