tgbot-cpp
Loading...
Searching...
No Matches
TgBot::GiveawayCompleted Class Reference

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< GiveawayCompletedPtr
 

Public Attributes

std::int32_t winnerCount
 Number of winners in the giveaway.
 
std::int32_t unclaimedPrizeCount
 Optional. Number of undistributed prizes.
 
std::shared_ptr< MessagegiveawayMessage
 Optional. Message with the giveaway that was completed, if it wasn't deleted.
 

Detailed Description

This object represents a service message about the completion of a giveaway without public winners.

Definition at line 16 of file GiveawayCompleted.h.

Member Typedef Documentation

◆ Ptr

Definition at line 19 of file GiveawayCompleted.h.

Member Data Documentation

◆ giveawayMessage

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.

◆ unclaimedPrizeCount

std::int32_t TgBot::GiveawayCompleted::unclaimedPrizeCount

Optional. Number of undistributed prizes.

Definition at line 29 of file GiveawayCompleted.h.

◆ winnerCount

std::int32_t TgBot::GiveawayCompleted::winnerCount

Number of winners in the giveaway.

Definition at line 24 of file GiveawayCompleted.h.


The documentation for this class was generated from the following file: