Link Search Menu Expand Document

Constructor: prepaidStarsGiveaway

Back to constructors index

Contains info about a prepaid Telegram Star giveaway ».

Attributes:

NameTypeRequiredDescription
idlongYesPrepaid giveaway ID.
starslongYesNumber of given away Telegram Stars »
quantityintYesNumber of giveaway winners
boostsintYesNumber of boosts the channel will gain by launching the giveaway.
dateintYesWhen was the giveaway paid for

Type: PrepaidGiveaway

Example:

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