Link Search Menu Expand Document

Constructor: prepaidStarsGiveaway

Back to constructors index

Attributes:

NameTypeRequired
idlongYes
starslongYes
quantityintYes
boostsintYes
dateintYes

Type: PrepaidGiveaway

Example:

$prepaidStarsGiveaway = ['_' => 'prepaidStarsGiveaway', 'id' => long, 'stars' => long, 'quantity' => int, 'boosts' => int, 'date' => int];