prepaidGiveaway
Contains info about a prepaid giveaway ».
type tg.PrepaidGiveaway struct { /* ... */ }
Implements PrepaidGiveaway.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ID | int64 | 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. |
References
- Official documentation
- Generated Go reference
- TL definition:
prepaidGiveaway#b2539d54