Constructor: prepaidGiveaway
Contains info about a prepaid giveaway ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | Prepaid giveaway ID. |
months | int | Yes | Duration in months of each gifted Telegram Premium subscription. |
quantity | int | Yes | Number of given away Telegram Premium subscriptions. |
date | int | Yes | Payment date. |
Type: PrepaidGiveaway
Example:
$prepaidGiveaway = ['_' => 'prepaidGiveaway', 'id' => long, 'months' => int, 'quantity' => int, 'date' => int];