Link Search Menu Expand Document

Constructor: starsGiveawayWinnersOption

Back to constructors index

Allowed options for the number of giveaway winners.

Attributes:

NameTypeRequiredDescription
defaultBoolOptionalIf set, this option must be pre-selected by default in the option list.
usersintYesThe number of users that will be randomly chosen as winners.
per_user_starslongYesThe number of Telegram Stars each winner will receive.

Type: StarsGiveawayWinnersOption

Example:

$starsGiveawayWinnersOption = ['_' => 'starsGiveawayWinnersOption', 'default' => Bool, 'users' => int, 'per_user_stars' => long];