Constructor: starGiftAttributeModel
The model of a collectible gift ».
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| crafted | Bool | Optional | |
| name | string | Yes | Name of the model |
| document | Document | Optional | The sticker representing the upgraded gift |
| rarity | StarGiftAttributeRarity | Yes |
Type: StarGiftAttribute
Example:
$starGiftAttributeModel = ['_' => 'starGiftAttributeModel', 'crafted' => Bool, 'name' => 'string', 'document' => Document, 'rarity' => StarGiftAttributeRarity];