#ifndef TGBOT_GIVEAWAYCREATED_H #define TGBOT_GIVEAWAYCREATED_H #include namespace TgBot { /** * @brief This object represents a service message about the creation of a scheduled giveaway. * * Currently holds no information. * * @ingroup types */ class GiveawayCreated { public: typedef std::shared_ptr Ptr; }; } #endif //TGBOT_GIVEAWAYCREATED_H