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.

StarsGiveawayWinnersOption

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
├── defaulttrue (optional)
├── usersint
└── per_user_starslong

Example

StarsGiveawayWinnersOption(
    default=None,
    users=0,
    per_user_stars=0,
)