Constructor: prepaidStarsGiveaway
Contains info about a prepaid Telegram Star giveaway ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | Prepaid giveaway ID. |
stars | long | Yes | Number of given away Telegram Stars » |
quantity | int | Yes | Number of giveaway winners |
boosts | int | Yes | Number of boosts the channel will gain by launching the giveaway. |
date | int | Yes | When was the giveaway paid for |
Type: PrepaidGiveaway
Example:
$prepaidStarsGiveaway = ['_' => 'prepaidStarsGiveaway', 'id' => long, 'stars' => long, 'quantity' => int, 'boosts' => int, 'date' => int];