Constructor: starGiftUnique
Attributes:
Name | Type | Required |
---|---|---|
id | long | Yes |
title | string | Yes |
slug | string | Yes |
num | int | Yes |
owner_id | Peer | Optional |
owner_name | string | Optional |
owner_address | string | Optional |
attributes | Array of StarGiftAttribute | Yes |
availability_issued | int | Yes |
availability_total | int | Yes |
gift_address | string | Optional |
Type: StarGift
Example:
$starGiftUnique = ['_' => 'starGiftUnique', 'id' => long, 'title' => 'string', 'slug' => 'string', 'num' => int, 'owner_id' => Peer, 'owner_name' => 'string', 'owner_address' => 'string', 'attributes' => [StarGiftAttribute, StarGiftAttribute], 'availability_issued' => int, 'availability_total' => int, 'gift_address' => 'string'];