GiveawayCompleted¶
- class telegram.GiveawayCompleted(winner_count, unclaimed_prize_count=None, giveaway_message=None, is_star_giveaway=None, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObjectThis object represents a service message about the completion of a giveaway without public winners.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
winner_countandunclaimed_prize_countare equal.Available In
Added in version 20.8.
- Parameters:
winner_count (
int) – Number of winners in the giveawayunclaimed_prize_count (
int, optional) – Number of undistributed prizesgiveaway_message (
telegram.Message, optional) – Message with the giveaway that was completed, if it wasn’t deletedis_star_giveaway (
bool, optional) –True, if the giveaway is a Telegram Star giveaway. Otherwise, currently, the giveaway is a Telegram Premium giveaway.Added in version 21.6.
- giveaway_message[source]¶
Optional. Message with the giveaway that was completed, if it wasn’t deleted
- Type:
- is_star_giveaway[source]¶
Optional.
True, if the giveaway is a Telegram Star giveaway. Otherwise, currently, the giveaway is a Telegram Premium giveaway.Added in version 21.6.
- Type:
bool