Constructor: starGiftAttributeModel

Back to constructors index

The model of a collectible gift ».

Attributes:

NameTypeRequiredDescription
craftedBoolOptional
namestringYesName of the model
documentDocumentOptionalThe sticker representing the upgraded gift
rarityStarGiftAttributeRarityYes

Type: StarGiftAttribute

Example:

$starGiftAttributeModel = ['_' => 'starGiftAttributeModel', 'crafted' => Bool, 'name' => 'string', 'document' => Document, 'rarity' => StarGiftAttributeRarity];