tgbot-cpp
|
This object represents a service message about the completion of a giveaway without public winners. More...
#include <GiveawayCompleted.h>
Public Types | |
typedef std::shared_ptr< GiveawayCompleted > | Ptr |
Public Attributes | |
std::int32_t | winnerCount |
Number of winners in the giveaway. | |
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. | |
This object represents a service message about the completion of a giveaway without public winners.
Definition at line 16 of file GiveawayCompleted.h.
typedef std::shared_ptr<GiveawayCompleted> TgBot::GiveawayCompleted::Ptr |
Definition at line 19 of file GiveawayCompleted.h.
std::shared_ptr<Message> TgBot::GiveawayCompleted::giveawayMessage |
Optional. Message with the giveaway that was completed, if it wasn't deleted.
Definition at line 34 of file GiveawayCompleted.h.
std::int32_t TgBot::GiveawayCompleted::unclaimedPrizeCount |
Optional. Number of undistributed prizes.
Definition at line 29 of file GiveawayCompleted.h.
std::int32_t TgBot::GiveawayCompleted::winnerCount |
Number of winners in the giveaway.
Definition at line 24 of file GiveawayCompleted.h.