Constructor: starGift
Attributes:
Name | Type | Required |
---|---|---|
limited | Bool | Optional |
sold_out | Bool | Optional |
birthday | Bool | Optional |
id | long | Yes |
sticker | Document | Optional |
stars | long | Yes |
availability_remains | int | Optional |
availability_total | int | Optional |
convert_stars | long | Yes |
first_sale_date | int | Optional |
last_sale_date | int | Optional |
Type: StarGift
Example:
$starGift = ['_' => 'starGift', 'limited' => Bool, 'sold_out' => Bool, 'birthday' => Bool, 'id' => long, 'sticker' => Document, 'stars' => long, 'availability_remains' => int, 'availability_total' => int, 'convert_stars' => long, 'first_sale_date' => int, 'last_sale_date' => int];