Constructor: starsGiveawayOption
Attributes:
Name | Type | Required |
---|---|---|
extended | Bool | Optional |
default | Bool | Optional |
stars | long | Yes |
yearly_boosts | int | Yes |
store_product | string | Optional |
currency | string | Yes |
amount | long | Yes |
winners | Array of StarsGiveawayWinnersOption | Yes |
Type: StarsGiveawayOption
Example:
$starsGiveawayOption = ['_' => 'starsGiveawayOption', 'extended' => Bool, 'default' => Bool, 'stars' => long, 'yearly_boosts' => int, 'store_product' => 'string', 'currency' => 'string', 'amount' => long, 'winners' => [StarsGiveawayWinnersOption, StarsGiveawayWinnersOption]];