1#ifndef TGBOT_GIVEAWAYCOMPLETED_H
2#define TGBOT_GIVEAWAYCOMPLETED_H
19 typedef std::shared_ptr<GiveawayCompleted>
Ptr;
This object represents a service message about the completion of a giveaway without public winners.
std::shared_ptr< GiveawayCompleted > Ptr
std::int32_t unclaimedPrizeCount
Optional. Number of undistributed prizes.
std::shared_ptr< Message > giveawayMessage
Optional. Message with the giveaway that was completed, if it wasn't deleted.
std::int32_t winnerCount
Number of winners in the giveaway.