[docs]classGiveawayCreated(TelegramObject):""" This object represents a service message about the creation of a scheduled giveaway. Source: https://core.telegram.org/bots/api#giveawaycreated """prize_star_count:Optional[int]=None"""*Optional*. The number of Telegram Stars to be split between giveaway winners; for Telegram Star giveaways only"""ifTYPE_CHECKING:# DO NOT EDIT MANUALLY!!!# This section was auto-generated via `butcher`def__init__(__pydantic__self__,*,prize_star_count:Optional[int]=None,**__pydantic_kwargs:Any)->None:# DO NOT EDIT MANUALLY!!!# This method was auto-generated via `butcher`# Is needed only for type checking and IDE support without any additional pluginssuper().__init__(prize_star_count=prize_star_count,**__pydantic_kwargs)