|
Telebot 9.4
Library for Telegram bot API
|
This object represents a service message about the completion of a giveaway without public winners. More...
#include <telebot-types.h>
Public Attributes | |
| int | winner_count |
| int | unclaimed_prize_count |
| struct telebot_message * | giveaway_message |
| bool | is_star_giveaway |
This object represents a service message about the completion of a giveaway without public winners.
| struct telebot_message* telebot_giveaway_completed::giveaway_message |
Optional. Message with the giveaway that was completed
| bool telebot_giveaway_completed::is_star_giveaway |
Optional. True, if the giveaway is a Telegram Star giveaway
| int telebot_giveaway_completed::unclaimed_prize_count |
Optional. Number of undistributed prizes
| int telebot_giveaway_completed::winner_count |
Number of winners in the giveaway