Constructor: starsGiveawayWinnersOption
Allowed options for the number of giveaway winners.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
default | Bool | Optional | If set, this option must be pre-selected by default in the option list. |
users | int | Yes | The number of users that will be randomly chosen as winners. |
per_user_stars | long | Yes | The number of Telegram Stars each winner will receive. |
Type: StarsGiveawayWinnersOption
Example:
$starsGiveawayWinnersOption = ['_' => 'starsGiveawayWinnersOption', 'default' => Bool, 'users' => int, 'per_user_stars' => long];