StarsGiveawayWinnersOption
- class pyrogram.raw.base.StarsGiveawayWinnersOption
Represents a possible option for the number of winners in a star giveaway
- Constructors:
This base type has 1 constructor available.
Allowed options for the number of giveaway winners.
TL Schema
starsGiveawayWinnersOption#54236209
flags:#
default:flags.0?true
users:int
per_user_stars:long
= StarsGiveawayWinnersOption
Parameter Tree
StarsGiveawayWinnersOption
├── default →
true (optional)├── users →
int└── per_user_stars →
longExample
StarsGiveawayWinnersOption(
default=None,
users=0,
per_user_stars=0,
)